cfa.vo.sed.dm
Class Curation

java.lang.Object
  extended by cfa.vo.sed.dm.Curation

public class Curation
extends java.lang.Object


Method Summary
 IValue getContactEmail()
          Gets the contact email address.
 IValue getContactName()
          Gets the contact name.
 IValue getDate()
          Gets the date of curated dataset last modified.
 IValue getPublisher()
          Gets the publisher value.
 IValue getPublisherDID()
          Gets the publisher DID - publisher's ID for the dataset ID.
 IValue getPublisherID()
          Gets the publisher ID value, a URI for VO Publisher.
 IValue getReference()
          Gets the reference value, the URL or bibcode for documentation.
 IValue getRights()
          Gets the rights: public, proprietary, or mixed.
 IValue getVersion()
          Gets the version info.
 void setContactEmail(IValue contactEmail)
          Sets the contact email address.
 void setContactName(IValue contactName)
          Sets the contact name.
 void setDate(IValue date)
          Sets the date of curated dataset last modified.
 void setPublisher(IValue publisher)
          Sets the value of the publisher.
 void setPublisherDID(IValue pubDID)
          Sets the publisher DID - publisher's ID for the dataset ID.
 void setPublisherID(IValue pubID)
          Sets the value of the publisher ID, a URI for VO Publisher.
 void setReference(IValue reference)
          Sets the value of the reference, the URL or bibcode for documentation.
 void setRights(IValue rights)
          Sets the rights: public, proprietary, or mixed.
 void setVersion(IValue version)
          Sets the version info.
 java.lang.String toString()
          Override Object's toString() method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPublisher

public IValue getPublisher()
Gets the publisher value.

Returns:
possible object is IValue

setPublisher

public void setPublisher(IValue publisher)
Sets the value of the publisher.

Parameters:
publisher - allowed object is IValue

getReference

public IValue getReference()
Gets the reference value, the URL or bibcode for documentation.

Returns:
possible object is IValue

setReference

public void setReference(IValue reference)
Sets the value of the reference, the URL or bibcode for documentation.

Parameters:
reference - allowed object is IValue

getPublisherID

public IValue getPublisherID()
Gets the publisher ID value, a URI for VO Publisher.

Returns:
possible object is IValue

setPublisherID

public void setPublisherID(IValue pubID)
Sets the value of the publisher ID, a URI for VO Publisher.

Parameters:
pubID - allowed object is IValue

getVersion

public IValue getVersion()
Gets the version info.

Returns:
possible object is IValue

setVersion

public void setVersion(IValue version)
Sets the version info.

Parameters:
version - allowed object is IValue

getContactName

public IValue getContactName()
Gets the contact name.

Returns:
possible object is IValue

setContactName

public void setContactName(IValue contactName)
Sets the contact name.

Parameters:
contactName - allowed object is IValue

getContactEmail

public IValue getContactEmail()
Gets the contact email address.

Returns:
possible object is IValue

setContactEmail

public void setContactEmail(IValue contactEmail)
Sets the contact email address.

Parameters:
contactEmail - allowed object is IValue

getDate

public IValue getDate()
Gets the date of curated dataset last modified.

Returns:
possible object is IValue

setDate

public void setDate(IValue date)
Sets the date of curated dataset last modified.

Parameters:
date - allowed object is IValue

getRights

public IValue getRights()
Gets the rights: public, proprietary, or mixed.

Returns:
possible object is IValue

setRights

public void setRights(IValue rights)
Sets the rights: public, proprietary, or mixed.

Parameters:
rights - allowed object is IValue

getPublisherDID

public IValue getPublisherDID()
Gets the publisher DID - publisher's ID for the dataset ID.

Returns:
possible object is IValue

setPublisherDID

public void setPublisherDID(IValue pubDID)
Sets the publisher DID - publisher's ID for the dataset ID.

Parameters:
pubDID - allowed object is IValue

toString

public java.lang.String toString()
Override Object's toString() method.

Overrides:
toString in class java.lang.Object
Returns:
possible object is String