public class DefaultRequirement extends ISOMetadata implements Requirement
Defined in the sis-metadata module
identifiers, LOGGER
Constructor and Description |
---|
DefaultRequirement()
Constructs an initially empty requirement.
|
DefaultRequirement(Requirement object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
static DefaultRequirement |
castOrCopy(Requirement object)
Returns a SIS metadata implementation with the values of 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) |
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public DefaultRequirement()
public DefaultRequirement(Requirement object)
object
- The metadata to copy values from, or null
if none.castOrCopy(Requirement)
public static DefaultRequirement castOrCopy(Requirement object)
null
, then this method returns null
.DefaultRequirement
, then it is returned unchanged.DefaultRequirement
instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object
- The object to get as a SIS implementation, or null
if none.null
if the argument was null.public Citation getCitation()
null
if unspecified.getCitation
in interface Requirement
null
.public void setCitation(Citation newValue)
newValue
- The new citation value.public Identifier getIdentifier()
getIdentifier
in interface Requirement
null
.public void setIdentifier(Identifier newValue)
newValue
- The new identifier value.public Collection<ResponsibleParty> getRequestors()
getRequestors
in interface Requirement
public void setRequestors(Collection<? extends ResponsibleParty> newValues)
newValues
- The new requestors values.public Collection<ResponsibleParty> getRecipients()
getRecipients
in interface Requirement
public void setRecipients(Collection<? extends ResponsibleParty> newValues)
newValues
- The new recipients values.public Priority getPriority()
getPriority
in interface Requirement
null
.public void setPriority(Priority newValue)
newValue
- The new priority value.public RequestedDate getRequestedDate()
getRequestedDate
in interface Requirement
null
.public void setRequestedDate(RequestedDate newValue)
newValue
- The new requested date value.public Date getExpiryDate()
getExpiryDate
in interface Requirement
null
.public void setExpiryDate(Date newValue)
newValue
- The new expiry date.public Collection<Plan> getSatisfiedPlans()
getSatisfiedPlans
in interface Requirement
public void setSatisfiedPlans(Collection<? extends Plan> newValues)
newValues
- The new satisfied plans values.Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.