public class DefaultPortableViewCompilationInformation extends DefaultPortableViewInformation implements PortableViewCompilationInformation, Cloneable
PortableViewCompilationInformation implementationdynDefinitionDYN_DEFINITION_NAME| Constructor and Description |
|---|
DefaultPortableViewCompilationInformation() |
DefaultPortableViewCompilationInformation(PortableViewInformation information) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
void |
incrementBuilNumber()
Increases build number
|
static void |
registerPersistentAlias()
Utility method to register definition in
PersistenceManager |
void |
setCreationTimestamp(java.util.Date date) |
void |
setCRS(IProjection crs) |
void |
setDescription(java.lang.String description) |
void |
setFullEnvelope(Envelope envelope) |
void |
setId(java.lang.String id) |
void |
setName(java.lang.String name) |
void |
setVersion(int version) |
getBuildNumber, getCreationTimestamp, getCRS, getDescription, getDynDefinition, getDynObject, getFullEnvelope, getId, getName, getVersion, loadFromState, registerPersistent, saveToState, setBuildNumber, setCrsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBuildNumber, getCreationTimestamp, getCRS, getDescription, getDynDefinition, getDynObject, getFullEnvelope, getId, getName, getVersioncloneQuietly, cloneQuietlypublic DefaultPortableViewCompilationInformation()
information - public DefaultPortableViewCompilationInformation(PortableViewInformation information)
information - public void setId(java.lang.String id)
setId in interface PortableViewCompilationInformationsetId in class DefaultPortableViewInformationpublic void setName(java.lang.String name)
setName in interface PortableViewCompilationInformationsetName in class DefaultPortableViewInformationpublic void setDescription(java.lang.String description)
setDescription in interface PortableViewCompilationInformationsetDescription in class DefaultPortableViewInformationpublic void setVersion(int version)
setVersion in interface PortableViewCompilationInformationsetVersion in class DefaultPortableViewInformationpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - if the instance of the object cannot
be cloned. As this is extending Cloneable so its sure
it implements it, so this exception may be used for problems on specific
object instances.Object#clone()}.public void incrementBuilNumber()
public void setCreationTimestamp(java.util.Date date)
setCreationTimestamp in class DefaultPortableViewInformationpublic void setCRS(IProjection crs)
public void setFullEnvelope(Envelope envelope)
setFullEnvelope in class DefaultPortableViewInformationpublic static void registerPersistentAlias()
throws PersistenceClassNotRegistered,
LocatorException
PersistenceManager