public class ObjectDescription
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
ObjectDescription()
Constructs a ObjectDescription with a null value.
|
ObjectDescription(java.lang.String id,
java.lang.String name,
java.util.Calendar startDate,
java.util.Calendar endDate)
Constructs a ObjectDescription with the given attribute values.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.util.Calendar |
getEndDate()
Gets the end date (ending date of position information) value.
|
java.lang.String |
getId()
Gets the object identifier value.
|
java.lang.String |
getName()
Gets the object name value.
|
java.util.Calendar |
getStartDate()
Gets the start date (beginning date of position information)
value.
|
void |
setEndDate(java.util.Calendar value)
Sets the end date (ending date of position information)
to the given value.
|
void |
setId(java.lang.String id)
Sets the object identifier to the given value.
|
void |
setName(java.lang.String name)
Sets the object name to the given value.
|
void |
setStartDate(java.util.Calendar value)
Sets the start date (beginning date of position information)
to the given value.
|
public ObjectDescription()
public ObjectDescription(java.lang.String id, java.lang.String name, java.util.Calendar startDate, java.util.Calendar endDate)
id
- object identifiername
- object namestartDate
- beginning date of position informationendDate
- ending date of position informationpublic void setId(java.lang.String id)
id
- new id valuegetId()
public java.lang.String getId()
setId(java.lang.String)
public void setName(java.lang.String name)
name
- new object namegetName()
public java.lang.String getName()
setName(java.lang.String)
public void setStartDate(java.util.Calendar value)
value
- new valuegetStartDate()
public java.util.Calendar getStartDate()
setStartDate(java.util.Calendar)
public void setEndDate(java.util.Calendar value)
value
- new valuegetEndDate()
public java.util.Calendar getEndDate()
setEndDate(java.util.Calendar)
public java.lang.Object clone()
clone
in class java.lang.Object
SSC Feedback.
Copyright © 2007-2014 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Right s Reserved.