it.geosolutions.imageio.plugins.nitronitf.wrapper
Class IdentifiableNITFObjectWrapper

java.lang.Object
  extended by it.geosolutions.imageio.plugins.nitronitf.wrapper.NITFObjectWrapper
      extended by it.geosolutions.imageio.plugins.nitronitf.wrapper.IdentifiableNITFObjectWrapper
Direct Known Subclasses:
HeaderWrapper, ImageWrapper, TextWrapper

public class IdentifiableNITFObjectWrapper
extends NITFObjectWrapper

Wrapper class for an identifiable NITF object. Main identification fields are Id, title and dateTime.

Author:
Daniele Romagnoli, GeoSolutions s.a.s.

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 it.geosolutions.imageio.plugins.nitronitf.wrapper.NITFObjectWrapper
getEncrypted, getSecurityClassification, getSecurityClassificationSystem, setEncrypted, setSecurityClassification, setSecurityClassificationSystem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentifiableNITFObjectWrapper

public IdentifiableNITFObjectWrapper()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getId

public String getId()

setId

public void setId(String id)

getDateTime

public String getDateTime()

setDateTime

public void setDateTime(String dateTime)


Copyright © 2006–2013 GeoSolutions. All rights reserved.