java.lang.Object
com.flexstor.common.data.ejb.Data
com.flexstor.common.data.ejb.exporttemplate.ExportTemplateData
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ExportTemplateDataBuild
- public class ExportTemplateData
- extends com.flexstor.common.data.ejb.Data
This will be the Client "Read" object for
retrieving Data from the object. This
will contain information for one ExportTemplate
object.
- Since:
- FlexDB 3.0
- Version:
- 1.0
| Fields inherited from class com.flexstor.common.data.ejb.Data |
DELETE, DELETED, derived, htModifiedStates, htOptions, MODIFY, modTime, NEW_ENTRY, presentState, prevState, UNCHANGED, UPDATED, WARN_BEFORE_DELETE |
| Methods inherited from class com.flexstor.common.data.ejb.Data |
assertEquals, changed, fillCloneInfo, getDateModTime, getModTime, getPresentState, getPreviousState, initializeState, isDeleted, isDerived, isModified, isModified, isObjectPersist, isOptionAllowed, resetModifiedStates, rollBackState, setDeleted, setDerived, setModifiedState, setModTime, setModTime, setNewEntry, setOption, setPerisistState, setPreviousState, setState, setUpdated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
name
protected java.lang.String name
- This is an ExportTemplateKey
- Since:
- FlexDB 3.0
key
protected com.flexstor.common.keys.ejb.ExportTemplateKey key
- The ExportTemplate reference for this object
- Since:
- FlexDB 3.0
- See Also:
com.flexstor.ejb.key.ExportTemplateKey
ExportTemplateData
public ExportTemplateData()
- Constructor : default
- Since:
- FlexDB 3.0
ExportTemplateData
public ExportTemplateData(java.lang.String name)
- Constructor setting name of Export.
- Since:
- FlexDB 3.0
getName
public java.lang.String getName()
- This will return the Name of the ExportTemplate.
- Since:
- FlexDB 3.0
getKey
public com.flexstor.common.keys.ejb.ExportTemplateKey getKey()
- This will get the key for this
ExportTemplate object.
- Since:
- FlexDB 3.0