|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.citool.ingestor.Reference
public class Reference
Class that holds metadata of an association.
Constructor Summary | |
---|---|
Reference()
Constructor. |
|
Reference(String logicalId,
String version,
String associationType)
|
Method Summary | |
---|---|
String |
getAssociationType()
Get the association type. |
String |
getLogicalId()
Get the logical identifier. |
String |
getVersion()
Get the version. |
void |
setAssociationType(String type)
Set the association type. |
void |
setLogicalId(String id)
Set the logical identifier. |
void |
setVersion(String ver)
Set the version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Reference()
public Reference(String logicalId, String version, String associationType)
Method Detail |
---|
public String getLogicalId()
public void setLogicalId(String id)
id
- A LID.public String getVersion()
public void setVersion(String ver)
ver
- A version ID.public String getAssociationType()
public void setAssociationType(String type)
type
- An association type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |