|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
StandardOrderProcessImpl
public class StandardOrderProcessImpl
Common ways in which the resource may be obtained or received, and related instructions and fee information.
Field Summary |
---|
Fields inherited from class AbstractMetadata |
---|
LOGGER |
Constructor Summary | |
---|---|
StandardOrderProcessImpl()
Constructs an initially empty standard order process. |
|
StandardOrderProcessImpl(StandardOrderProcess source)
Constructs a metadata entity initialized with the values from the specified metadata. |
Method Summary | |
---|---|
InternationalString |
getFees()
Returns fees and terms for retrieving the resource. |
InternationalString |
getOrderingInstructions()
Returns general instructions, terms and services provided by the distributor. |
Date |
getPlannedAvailableDateTime()
Returns the date and time when the dataset will be available. |
InternationalString |
getTurnaround()
Returns typical turnaround time for the filling of an order. |
void |
setFees(InternationalString newValue)
Set fees and terms for retrieving the resource. |
void |
setOrderingInstructions(InternationalString newValue)
Set general instructions, terms and services provided by the distributor. |
void |
setPlannedAvailableDateTime(Date newValue)
Set the date and time when the dataset will be available. |
void |
setTurnaround(InternationalString newValue)
Set typical turnaround time for the filling of an order. |
Methods inherited from class MetadataEntity |
---|
ensureNonNull, getStandard |
Methods inherited from class ModifiableMetadata |
---|
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable |
Methods inherited from class AbstractMetadata |
---|
asMap, asTree, equals, getInterface, hashCode, toString |
Methods inherited from class Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StandardOrderProcessImpl()
public StandardOrderProcessImpl(StandardOrderProcess source)
Method Detail |
---|
public InternationalString getFees()
getFees
in interface StandardOrderProcess
public void setFees(InternationalString newValue)
public Date getPlannedAvailableDateTime()
getPlannedAvailableDateTime
in interface StandardOrderProcess
public void setPlannedAvailableDateTime(Date newValue)
public InternationalString getOrderingInstructions()
getOrderingInstructions
in interface StandardOrderProcess
public void setOrderingInstructions(InternationalString newValue)
public InternationalString getTurnaround()
getTurnaround
in interface StandardOrderProcess
public void setTurnaround(InternationalString newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |