|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.repository.infomodel.bean.Resource
com.adobe.repository.infomodel.bean.Fragment
com.adobe.repository.infomodel.bean.FormFragment
public class FormFragment
A FormFragment is a Fragment containing an external XFA
prototype or template.
| Field Summary | |
|---|---|
static int |
ATTRIBUTE_ID_STRING
Contains the attribute identifier value which represents FormFragment instances. |
static int |
OBJECT_TYPE_FORM_FRAGMENT
Contains the object type value which represents FormFragment
instances. |
| Fields inherited from class com.adobe.repository.infomodel.bean.Fragment |
|---|
OBJECT_TYPE_FRAGMENT |
| Constructor Summary | |
|---|---|
FormFragment()
The default constructor. |
|
| Method Summary | |
|---|---|
java.util.Date |
getCreateTime()
Retrieves the time at which this resource was first written to the Repository. |
java.util.Date |
getUpdateTime()
Retrieves the time at which this resource was last modified. |
void |
setCreateTime(java.util.Date createTime)
Sets the time at which this resource was first written to the Repository. |
void |
setUpdateTime(java.util.Date updateTime)
Sets the time at which this resource was last modified. |
| Methods inherited from class com.adobe.repository.infomodel.bean.Resource |
|---|
addLock, addResourceProperty, getAclId, getContent, getCreatedBy, getCustomStatus, getDeploymentStatus, getDescription, getETag, getHead, getId, getLid, getLocks, getMajorVersion, getMinorVersion, getName, getObjectStatus, getObjectType, getOwnerUserId, getPath, getResourceProperties, isProjected, removeLock, removeResourceProperty, setAclId, setContent, setCreatedBy, setCustomStatus, setDeploymentStatus, setDescription, setETag, setHead, setId, setLid, setMajorVersion, setMinorVersion, setName, setObjectStatus, setObjectType, setOwnerUserId, setPath, setRepositoryLoadProfile |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int OBJECT_TYPE_FORM_FRAGMENT
FormFragment
instances.
public static final int ATTRIBUTE_ID_STRING
FormFragment instances.
| Constructor Detail |
|---|
public FormFragment()
| Method Detail |
|---|
public java.util.Date getUpdateTime()
getUpdateTime in class Fragmentpublic void setUpdateTime(java.util.Date updateTime)
setUpdateTime in class FragmentupdateTime - The time at which this resource was last modified.public java.util.Date getCreateTime()
getCreateTime in class Fragmentpublic void setCreateTime(java.util.Date createTime)
setCreateTime in class FragmentcreateTime - The time at which this resource was first written to the
Repository.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||