|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectNITFObjectWrapper
IdentifiableNITFObjectWrapper
public class IdentifiableNITFObjectWrapper
Wrapper class for an identifiable NITF object. Main identification fields are Id, title and dateTime.
Constructor Summary | |
---|---|
IdentifiableNITFObjectWrapper()
|
Method Summary | |
---|---|
String |
getDateTime()
|
String |
getId()
|
String |
getTitle()
|
void |
setDateTime(String dateTime)
|
void |
setId(String id)
|
void |
setTitle(String title)
|
Methods inherited from class NITFObjectWrapper |
---|
getEncrypted, getSecurityClassification, getSecurityClassificationSystem, setEncrypted, setSecurityClassification, setSecurityClassificationSystem |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdentifiableNITFObjectWrapper()
Method Detail |
---|
public String getTitle()
public void setTitle(String title)
public String getId()
public void setId(String id)
public String getDateTime()
public void setDateTime(String dateTime)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |