|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DefaultRequirement
@ThreadSafe public class DefaultRequirement
Requirement to be satisfied by the planned data acquisition.
| metadata/geotk-metadata (download) | View source code for this class |
| Field Summary |
|---|
| Fields inherited from class MetadataEntity |
|---|
identifiers |
| Fields inherited from class AbstractMetadata |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
DefaultRequirement()
Constructs an initially empty requirement. |
|
DefaultRequirement(Requirement source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
| Method Summary | |
|---|---|
static DefaultRequirement |
castOrCopy(Requirement object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
Citation |
getCitation()
Returns the identification of reference or guidance material for the requirement. |
Date |
getExpiryDate()
Returns the date and time after which collection is no longer valid. |
Identifier |
getIdentifier()
Returns the unique name, or code, for the requirement. |
Priority |
getPriority()
Returns the relative ordered importance, or urgency, of the requirement. |
Collection<ResponsibleParty> |
getRecipients()
Returns the person(s), or body(ies), to receive results of requirement. |
RequestedDate |
getRequestedDate()
Returns the required or preferred acquisition date and time. |
Collection<ResponsibleParty> |
getRequestors()
Returns the origin of requirement. |
Collection<Plan> |
getSatisfiedPlans()
Returns the plan that identifies solution to satisfy the requirement. |
void |
setCitation(Citation newValue)
Sets the identification of reference or guidance material for the requirement. |
void |
setExpiryDate(Date newValue)
Sets the date and time after which collection is no longer valid. |
void |
setIdentifier(Identifier newValue)
Sets the unique name, or code, for the requirement. |
void |
setPriority(Priority newValue)
Sets the relative ordered importance, or urgency, of the requirement. |
void |
setRecipients(Collection<? extends ResponsibleParty> newValues)
Sets the Person(s), or body(ies), to receive results of requirement. |
void |
setRequestedDate(RequestedDate newValue)
Sets the required or preferred acquisition date and time. |
void |
setRequestors(Collection<? extends ResponsibleParty> newValues)
Sets the origin of requirement. |
void |
setSatisfiedPlans(Collection<? extends Plan> newValues)
|
| Methods inherited from class MetadataEntity |
|---|
getIdentifierMap, getIdentifiers, getStandard |
| Methods inherited from class ModifiableMetadata |
|---|
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, prune, unmodifiable |
| Methods inherited from class AbstractMetadata |
|---|
asMap, asTree, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, parse, toString |
| Methods inherited from class Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultRequirement()
public DefaultRequirement(Requirement source)
source - The metadata to copy, or null if none.| Method Detail |
|---|
public static DefaultRequirement castOrCopy(Requirement object)
null, then this method returns null.
Otherwise if the given object is already a Geotk implementation, then the given object is
returned unchanged. Otherwise a new Geotk implementation is created and initialized to the
attribute values of the given object, using a shallow copy operation
(i.e. attributes are not cloned).
object - The object to get as a Geotk implementation, or null if none.
null if the argument was null.public Citation getCitation()
null if unspecified.
getCitation in interface Requirementpublic void setCitation(Citation newValue)
newValue - The new citation value.public Identifier getIdentifier()
getIdentifier in interface RequirementgetIdentifier in class MetadataEntitynull if none.public void setIdentifier(Identifier newValue)
newValue - The new identifier value.public Collection<ResponsibleParty> getRequestors()
getRequestors in interface Requirementpublic void setRequestors(Collection<? extends ResponsibleParty> newValues)
newValues - The new requestors values.public Collection<ResponsibleParty> getRecipients()
getRecipients in interface Requirementpublic void setRecipients(Collection<? extends ResponsibleParty> newValues)
newValues - The new recipients values.public Priority getPriority()
getPriority in interface Requirementpublic void setPriority(Priority newValue)
newValue - The new priority value.public RequestedDate getRequestedDate()
getRequestedDate in interface Requirementpublic void setRequestedDate(RequestedDate newValue)
newValue - The new requested date value.public Date getExpiryDate()
getExpiryDate in interface Requirementpublic void setExpiryDate(Date newValue)
newValue - The new expiry date.public Collection<Plan> getSatisfiedPlans()
getSatisfiedPlans in interface Requirementpublic void setSatisfiedPlans(Collection<? extends Plan> newValues)
newValues - The new satisfied plans values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||