|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.Asset
public abstract class Asset
Base class (POJO) for all asset types in the system, like DataModule, Form, Letter, etc.
Contains basic common attributes for an Asset, such as name, description, version, etc.
| Field Summary | |
|---|---|
static String |
ASSET_CLASS
|
static String |
ASSOCIATION_CUTPOINT
|
static String |
FIRST_LEVEL_CUTPOINT
|
static String |
HIERARCHY_CUTPOINT
|
| Constructor Summary | |
|---|---|
Asset()
|
|
| Method Summary | |
|---|---|
Date |
getActiveEndDate()
Get the activation end date for the Asset. |
Date |
getActiveStartDate()
Get the activation start date for the Asset. |
String |
getComment()
Get the comment for the Asset. |
String |
getDesc()
Get the description for the Asset. |
Map |
getExtendedProperties()
Get the extended properties for the Asset. |
String |
getId()
Get the unique identifier for the Asset. |
String |
getLastChangeBy()
Get the user who last changed the Asset. |
Date |
getLastPublishDate()
|
Date |
getLastUpdateDate()
|
Category |
getLcat()
Get the Subcategory for the Asset. |
String |
getName()
Get the name for the Asset. |
int |
getState()
Get the state for the Asset. |
Category |
getUcat()
Get the Category for the Asset. |
int |
getUpdatedBy()
|
int |
getVersion()
Get the version for the Asset. |
void |
setActiveEndDate(Date activeEndDate)
Sets the activation end date for the Asset. |
void |
setActiveStartDate(Date activeStartDate)
Sets the activation start date for the Asset. |
void |
setComment(String comment)
Sets the comment for the Asset. |
void |
setDesc(String desc)
Sets the description for the Asset. |
void |
setExtendedProperties(Map extendedProperties)
Sets the extended properties for the Asset. |
void |
setId(String id)
Sets the unique identifier for the Asset. |
void |
setLastChangeBy(String lastChangeBy)
Sets the user who last changed the Asset. |
void |
setLastPublishDate(Date lastPublishDate)
|
void |
setLastUpdateDate(Date lastUpdateDate)
|
void |
setLcat(Category lcat)
Sets the Subcategory for the Asset. |
void |
setName(String name)
Sets the name for the Asset. |
void |
setState(int state)
Sets the state for the Asset. |
void |
setUcat(Category ucat)
Sets the Category for the Asset. |
void |
setUpdatedBy(int updatedBy)
|
void |
setVersion(int version)
Sets the version for the Asset. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ASSET_CLASS
public static final String ASSOCIATION_CUTPOINT
public static final String HIERARCHY_CUTPOINT
public static final String FIRST_LEVEL_CUTPOINT
| Constructor Detail |
|---|
public Asset()
| Method Detail |
|---|
public void setId(String id)
id - The unique identifier for the Asset.public String getId()
public void setLcat(Category lcat)
lcat - The Subcategory for the Assetpublic void setUcat(Category ucat)
ucat - The Category for the Asset.public Category getLcat()
public Category getUcat()
public void setName(String name)
name - The name for the Asset.public String getName()
public void setDesc(String desc)
desc - The description for the Asset.public String getDesc()
public void setVersion(int version)
version - The version for the Asset.public int getVersion()
public void setComment(String comment)
comment - The comment for the Asset.public String getComment()
public void setState(int state)
state - The state for the Asset.public int getState()
public Date getActiveStartDate()
public void setActiveStartDate(Date activeStartDate)
activeStartDate - The activation start date for the Asset.public Date getActiveEndDate()
public void setActiveEndDate(Date activeEndDate)
activeEndDate - The activation end date for the Asset.public Date getLastUpdateDate()
public void setLastUpdateDate(Date lastUpdateDate)
lastUpdateDate - the lastUpdateDate to setpublic Date getLastPublishDate()
public void setLastPublishDate(Date lastPublishDate)
lastPublishDate - the lastPublishDate to setpublic int getUpdatedBy()
public void setUpdatedBy(int updatedBy)
updatedBy - the updatedBy to setpublic Map getExtendedProperties()
Map of extended properties for the Asset.public void setExtendedProperties(Map extendedProperties)
extendedProperties - The Map of extended properties for the Asset.public String getLastChangeBy()
public void setLastChangeBy(String lastChangeBy)
lastChangeBy - The user who last changed the Asset.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||