public class DataDictionaryReference extends Object implements Serializable
| Constructor and Description |
|---|
DataDictionaryReference()
Default Constructor for defining DataDictionaryReference
|
DataDictionaryReference(String name)
Constructor for defining DataDictionaryReference
|
DataDictionaryReference(String name,
String description)
Constructor for defining DataDictionaryReference
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChecksum()
Gets the checksum of the DataDictionaryReference
|
String |
getCrxVersion() |
String |
getDescription()
Gets the description of the DataDictionaryReference
|
DataDictionarySubtype |
getDictionarySubtype() |
DataDictionaryType |
getDictionaryType()
Gets the dictionaryType of the DataDictionaryReference
|
String |
getDisplayName()
Gets the display name of the DataDictionaryReference
|
Map<String,String> |
getExtendedProperties()
Gets the extendedProperties of the DataDictionaryReference
|
String |
getId()
Gets the id for DataDictionaryReference
|
String |
getLastChangeBy() |
Date |
getLastPublishDate() |
Date |
getLastUpdateDate() |
String |
getName()
Gets the name of the DataDictionaryReference
|
int |
getState()
Gets the state of the DataDictionaryReference
|
String |
getVersion()
Gets the version of the DataDictionaryReference
|
void |
setChecksum(String checksum)
Sets the checksum of the DataDictionaryReference
|
void |
setCrxVersion(String crxVersion) |
void |
setDescription(String description)
Sets the description of the DataDictionaryReference
|
void |
setDictionarySubtype(DataDictionarySubtype dictionarySubtype) |
void |
setDictionaryType(DataDictionaryType dictionaryType)
Sets the dictionaryType of the DataDictionaryReference
|
void |
setDisplayName(String displayName)
Sets the display name of the DataDictionaryReference
|
void |
setExtendedProperties(Map<String,String> extendedProperties)
Sets the extendedProperties of the DataDictionaryReference
|
void |
setId(String id)
Sets the id for DataDictionaryReference
|
void |
setLastChangeBy(String lastChangeBy) |
void |
setLastPublishDate(Date lastPublishDate) |
void |
setLastUpdateDate(Date lastUpdateDate) |
void |
setName(String name)
Sets the name of the DataDictionaryReference
|
void |
setState(int state)
Sets the state of the DataDictionaryReference
|
void |
setVersion(String version)
Sets the version of the DataDictionaryReference
|
public DataDictionaryReference()
public DataDictionaryReference(String name)
name - Name of the Data Dictionary Referencepublic String getId()
public void setId(String id)
id - identifier for DataDictionaryReferencepublic String getName()
public void setName(String name)
name - name of the DataDictionaryReferencepublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the displayName to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic Map<String,String> getExtendedProperties()
public void setExtendedProperties(Map<String,String> extendedProperties)
extendedProperties - the extendedProperties to setpublic DataDictionaryType getDictionaryType()
public void setDictionaryType(DataDictionaryType dictionaryType)
dictionaryType - the dictionaryType to setpublic String getVersion()
public void setVersion(String version)
version - the version to setpublic String getChecksum()
public void setChecksum(String checksum)
checksum - the checksum to setpublic int getState()
public void setState(int state)
state - the state to setpublic DataDictionarySubtype getDictionarySubtype()
public void setDictionarySubtype(DataDictionarySubtype dictionarySubtype)
dictionarySubtype - the dictionarySubtype to setpublic String getCrxVersion()
public void setCrxVersion(String crxVersion)
crxVersion - the crxVersion to setpublic Date getLastUpdateDate()
public void setLastUpdateDate(Date lastUpdateDate)
lastUpdateDate - the lastUpdateDate to setpublic Date getLastPublishDate()
public void setLastPublishDate(Date lastPublishDate)
lastPublishDate - the lastPublishDate to setpublic String getLastChangeBy()
public void setLastChangeBy(String lastChangeBy)
lastChangeBy - the lastChangeBy to setCopyright © 1982–2022 Adobe Systems Inc.. All rights reserved.