public class ProjectExtent extends Object implements Persistent
| Modifier and Type | Field and Description |
|---|---|
static String |
PERSISTENCE_DEFINITION_NAME |
| Constructor and Description |
|---|
ProjectExtent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getEncuadre() |
Envelope |
getExtent() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
static void |
registerPersistent() |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setDescription(String string) |
void |
setEncuadre(String encuadre) |
void |
setExtent(Envelope envelope) |
void |
setExtent(Rectangle2D rectangle2D)
Deprecated.
use {link
setExtent(Envelope) |
String |
toString() |
public static final String PERSISTENCE_DEFINITION_NAME
public String getDescription()
public void setDescription(String string)
public Envelope getExtent()
public void setExtent(Envelope envelope)
public void setExtent(Rectangle2D rectangle2D)
setExtent(Envelope)public String getEncuadre()
public void setEncuadre(String encuadre)
public String toString()
toString in class ObjectObject.toString()public void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceExceptionpublic static void registerPersistent()