|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.distribution.StandardOrderProcessImpl
Common ways in which the resource may be obtained or received, and related instructions and fee information.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
StandardOrderProcessImpl()
Constructs an initially empty standard order process. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this StandardOrderProcess with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
org.opengis.util.InternationalString |
getFees()
Returns fees and terms for retrieving the resource. |
org.opengis.util.InternationalString |
getOrderingInstructions()
Returns general instructions, terms and services provided by the distributor. |
java.util.Date |
getPlannedAvailableDateTime()
Returns the date and time when the dataset will be available. |
org.opengis.util.InternationalString |
getTurnaround()
Returns typical turnaround time for the filling of an order. |
int |
hashCode()
Returns a hash code value for this series. |
void |
setFees(org.opengis.util.InternationalString newValue)
Set fees and terms for retrieving the resource. |
void |
setOrderingInstructions(org.opengis.util.InternationalString newValue)
Set general instructions, terms and services provided by the distributor. |
void |
setPlannedAvailableDateTime(java.util.Date newValue)
Set the date and time when the dataset will be available. |
void |
setTurnaround(org.opengis.util.InternationalString newValue)
Set typical turnaround time for the filling of an order. |
java.lang.String |
toString()
Returns a string representation of this series. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StandardOrderProcessImpl()
Method Detail |
public org.opengis.util.InternationalString getFees()
getFees
in interface org.opengis.metadata.distribution.StandardOrderProcess
public void setFees(org.opengis.util.InternationalString newValue)
public java.util.Date getPlannedAvailableDateTime()
getPlannedAvailableDateTime
in interface org.opengis.metadata.distribution.StandardOrderProcess
public void setPlannedAvailableDateTime(java.util.Date newValue)
public org.opengis.util.InternationalString getOrderingInstructions()
getOrderingInstructions
in interface org.opengis.metadata.distribution.StandardOrderProcess
public void setOrderingInstructions(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getTurnaround()
getTurnaround
in interface org.opengis.metadata.distribution.StandardOrderProcess
public void setTurnaround(org.opengis.util.InternationalString newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |