@Deprecated public class DataDictionary extends Object implements Serializable, ILocalizable
Modifier and Type | Field and Description |
---|---|
protected String |
folderId
Deprecated.
|
protected String |
lastPublishedBy
Deprecated.
|
protected String |
lastReplicationAction
Deprecated.
|
Constructor and Description |
---|
DataDictionary()
Deprecated.
Default constructor for defining data dictionary
|
DataDictionary(String name)
Deprecated.
Constructor for defining data dictionary
|
DataDictionary(String name,
String description,
List<DataDictionaryElement> DDElements)
Deprecated.
Constructor for defining data dictionary
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getChecksum()
Deprecated.
|
String |
getCrxVersion()
Deprecated.
Get the crxVersion of the data dictionary.
|
List<DataDictionaryElement> |
getDDElements()
Deprecated.
Gets the list of the top level elements in the data dictionary.
|
String |
getDescription()
Deprecated.
Get the description for the data dictionary.
|
DataDictionarySubtype |
getDictionarySubtype()
Deprecated.
Get the subtype of the data dictionary.
|
DataDictionaryType |
getDictionaryType()
Deprecated.
Get the type of the data dictionary.
|
String |
getDisplayField()
Deprecated.
Get the Display Name of an asset if title is null then name will be displayed.
|
String |
getDisplayName()
Deprecated.
Get the displayName for the data dictionary.
|
Map<String,String> |
getExtendedProperties()
Deprecated.
Get the extended properties for the data dictionary.
|
String |
getFolderId()
Deprecated.
Get the folder location of the data dictionary.
|
String |
getId()
Deprecated.
Get the unique identifier for the data dictionary.
|
String |
getLastChangeBy()
Deprecated.
|
Date |
getLastPublishDate()
Deprecated.
|
String |
getLastPublishedBy()
Deprecated.
Get the user who last published the Asset.
|
String |
getLastReplicationAction()
Deprecated.
|
Date |
getLastUpdateDate()
Deprecated.
|
Calendar |
getLastVersionDate()
Deprecated.
|
String |
getLocalizationPrefix()
Deprecated.
The prefix that is appended to all the localizable properties of the this object while generating localization keys
|
List<LocalizationResourceInfo> |
getLocalizationResourceInfoList()
Deprecated.
gets the list containing localization data associated with this object
|
String |
getName()
Deprecated.
Get the name for the data dictionary.
|
Map<String,String> |
getReferenceNameToPathMap()
Deprecated.
|
com.adobe.dct.transfer.RemotingServiceInfo |
getRemotingServiceInfo()
Deprecated.
|
int |
getState()
Deprecated.
|
String[] |
getTags()
Deprecated.
|
byte[] |
getTestdata()
Deprecated.
Get the test data (byte array) associated with the Data Dictionary.
|
String |
getVersion()
Deprecated.
Get the version of the data dictionary.
|
int |
getVersionNum()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setChecksum(String checksum)
Deprecated.
|
void |
setCrxVersion(String crxVersion)
Deprecated.
Sets the crxVersion of the data dictionary.
|
void |
setDDElements(List<DataDictionaryElement> DDElements)
Deprecated.
Sets the list of the top level elements in the data dictionary.
|
void |
setDescription(String description)
Deprecated.
Sets the description for the data dictionary.
|
void |
setDictionarySubtype(DataDictionarySubtype dictionarySubtype)
Deprecated.
Sets the subtype of the data dictionary.
|
void |
setDictionaryType(DataDictionaryType dictionaryType)
Deprecated.
Sets the type of the data dictionary.
|
void |
setDisplayName(String displayName)
Deprecated.
Sets the displayName for the data dictionary.
|
void |
setExtendedProperties(Map<String,String> extendedProperties)
Deprecated.
Sets the extended properties for the data dictionary.
|
void |
setFolderId(String folderId)
Deprecated.
Sets the folder location of the data dictionary.
|
void |
setId(String id)
Deprecated.
Sets the unique identifier for the Data Dictionary.
|
void |
setLastChangeBy(String lastChangeBy)
Deprecated.
|
void |
setLastPublishDate(Date lastPublishDate)
Deprecated.
|
void |
setLastPublishedBy(String lastPublishedBy)
Deprecated.
Sets the user who last published the Asset.
|
void |
setLastReplicationAction(String lastReplicationAction)
Deprecated.
|
void |
setLastUpdateDate(Date lastUpdateDate)
Deprecated.
|
void |
setLastVersionDate(Calendar lastVersionDate)
Deprecated.
|
void |
setLocalizationPrefix(String prefix)
Deprecated.
|
void |
setLocalizationResourceInfoList(List<LocalizationResourceInfo> localizationResourceInfoList)
Deprecated.
Sets the list of
LocalizationResourceInfo on this object |
void |
setName(String name)
Deprecated.
Sets the name for the data dictionary.
|
void |
setReferenceNameToPathMap(Map<String,String> referenceNameToPathMap)
Deprecated.
|
void |
setRemotingServiceInfo(com.adobe.dct.transfer.RemotingServiceInfo serviceInfo)
Deprecated.
|
void |
setState(int state)
Deprecated.
|
void |
setTags(String[] tags)
Deprecated.
|
void |
setTestdata(byte[] testdata)
Deprecated.
Sets the test data (byte array) associated with the Data Dictionary.
|
void |
setVersion(String version)
Deprecated.
Sets the version of the data dictionary.
|
void |
setVersionNum(int versionNum)
Deprecated.
|
protected String folderId
protected String lastReplicationAction
protected String lastPublishedBy
public DataDictionary()
public DataDictionary(String name)
name
- name of the data dictionary. The name of data dictionary is unique in a system.public DataDictionary(String name, String description, List<DataDictionaryElement> DDElements)
name
- name of the data dictionary. The name of data dictionary is unique in a system.description
- description of the data dictionaryDDElements
- the list of top level data dictionary elements.public String getId()
public void setId(String id)
id
- identifier of the data dictionarypublic String getFolderId()
public void setFolderId(String folderId)
folderId
- parent folder location of the data dictionarypublic String getName()
public void setName(String name)
name
- name of the data dictionary. The name of data dictionary is unique in a folder.public String getDisplayName()
public void setDisplayName(String displayName)
displayName
- the user friendly name of the data dictionarypublic String getDescription()
public void setDescription(String description)
description
- description of the data dictionarypublic List<DataDictionaryElement> getDDElements()
public void setDDElements(List<DataDictionaryElement> DDElements)
DDElements
- the list of the top level elements in the data dictionarypublic Map<String,String> getExtendedProperties()
public void setExtendedProperties(Map<String,String> extendedProperties)
extendedProperties
- the extended meta data properties of the data dictionarypublic DataDictionaryType getDictionaryType()
public void setDictionaryType(DataDictionaryType dictionaryType)
dictionaryType
- the type of the data dictionarypublic DataDictionarySubtype getDictionarySubtype()
public void setDictionarySubtype(DataDictionarySubtype dictionarySubtype)
dictionarySubtype
- the dictionarySubtype to setpublic String getVersion()
public void setVersion(String version)
version
- the version of the data dictionarypublic String getCrxVersion()
public void setCrxVersion(String crxVersion)
crxVersion
- the crxVersion to setpublic String getChecksum()
public void setChecksum(String checksum)
checksum
- the checksum generated at the time of data dictionary creationpublic Map<String,String> getReferenceNameToPathMap()
public void setReferenceNameToPathMap(Map<String,String> referenceNameToPathMap)
referenceNameToPathMap
- map containing reference name versus path mapping for all Data Dictionary Elements within the Data Dictionary.public com.adobe.dct.transfer.RemotingServiceInfo getRemotingServiceInfo()
public void setRemotingServiceInfo(com.adobe.dct.transfer.RemotingServiceInfo serviceInfo)
serviceInfo
- LCDS Remoting Service info for the data dictionarypublic byte[] getTestdata()
public void setTestdata(byte[] testdata)
testdata
- The test data (byte array) associated with the Data Dictionary.public int getState()
public void setState(int state)
state
- the state of the Data Dictionary.public int getVersionNum()
public void setVersionNum(int versionNum)
versionNum
- the version number of the data dictionarypublic Date getLastUpdateDate()
public void setLastUpdateDate(Date lastUpdateDate)
lastUpdateDate
- the last updated date of the data dictionarypublic Date getLastPublishDate()
public void setLastPublishDate(Date lastPublishDate)
lastPublishDate
- the last published date of the data dictionarypublic String getLastChangeBy()
public void setLastChangeBy(String lastChangeBy)
lastChangeBy
- user who last changed the data dictionarypublic List<LocalizationResourceInfo> getLocalizationResourceInfoList()
LocalizationResourceInfo
objectspublic void setLocalizationResourceInfoList(List<LocalizationResourceInfo> localizationResourceInfoList)
LocalizationResourceInfo
on this objectlocalizationResourceInfoList
- list containing LocalizationResourceInfo
objectspublic String getLocalizationPrefix()
getLocalizationPrefix
in interface ILocalizable
public void setLocalizationPrefix(String prefix)
public String[] getTags()
public void setTags(String[] tags)
public String getLastReplicationAction()
public void setLastReplicationAction(String lastReplicationAction)
public Calendar getLastVersionDate()
public void setLastVersionDate(Calendar lastVersionDate)
public String getDisplayField()
public String getLastPublishedBy()
public void setLastPublishedBy(String lastPublishedBy)
lastPublishedBy
- The user who last published the Asset.Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.