|
|||||||||||
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.identification.UsageImpl
Brief description of ways in which the resource(s) is/are currently used.
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
UsageImpl()
Constructs an initially empty usage. |
|
UsageImpl(org.opengis.util.InternationalString specificUsage,
java.util.Collection userContactInfo)
Creates an usage initialized to the specified values. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this Usage with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
org.opengis.util.InternationalString |
getSpecificUsage()
Brief description of the resource and/or resource series usage. |
java.util.Date |
getUsageDate()
Date and time of the first use or range of uses of the resource and/or resource series. |
java.util.Collection |
getUserContactInfo()
Identification of and means of communicating with person(s) and organization(s) using the resource(s). |
org.opengis.util.InternationalString |
getUserDeterminedLimitations()
Applications, determined by the user for which the resource and/or resource series is not suitable. |
int |
hashCode()
Returns a hash code value for this usage. |
void |
setSpecificUsage(org.opengis.util.InternationalString newValue)
Set a brief description of the resource and/or resource series usage. |
void |
setUsageDate(java.util.Date newValue)
Set the date and time of the first use. |
void |
setUserContactInfo(java.util.Collection newValues)
Set identification of and means of communicating with person(s) and organization(s) using the resource(s). |
void |
setUserDeterminedLimitations(org.opengis.util.InternationalString newValue)
Set applications, determined by the user for which the resource and/or resource series is not suitable. |
java.lang.String |
toString()
Returns a string representation of this usage. |
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 UsageImpl()
public UsageImpl(org.opengis.util.InternationalString specificUsage, java.util.Collection userContactInfo)
Method Detail |
public org.opengis.util.InternationalString getSpecificUsage()
getSpecificUsage
in interface org.opengis.metadata.identification.Usage
public void setSpecificUsage(org.opengis.util.InternationalString newValue)
public java.util.Date getUsageDate()
getUsageDate
in interface org.opengis.metadata.identification.Usage
public void setUsageDate(java.util.Date newValue)
public org.opengis.util.InternationalString getUserDeterminedLimitations()
getUserDeterminedLimitations
in interface org.opengis.metadata.identification.Usage
public void setUserDeterminedLimitations(org.opengis.util.InternationalString newValue)
public java.util.Collection getUserContactInfo()
getUserContactInfo
in interface org.opengis.metadata.identification.Usage
public void setUserContactInfo(java.util.Collection newValues)
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 |