com.adobe.dct.transfer
Class DataDictionaryReference

java.lang.Object
  extended by com.adobe.dct.transfer.DataDictionaryReference
All Implemented Interfaces:
java.io.Serializable

public class DataDictionaryReference
extends java.lang.Object
implements java.io.Serializable

Data Dictionary Reference is a light weight object containing top level meta data corresponding to a complete Data Dictionary tree

See Also:
Serialized Form

Constructor Summary
DataDictionaryReference()
          Default Constructor for defining DataDictionaryReference
DataDictionaryReference(java.lang.String name)
          Constructor for defining DataDictionaryReference
DataDictionaryReference(java.lang.String name, java.lang.String description)
          Constructor for defining DataDictionaryReference
 
Method Summary
 java.lang.String getChecksum()
          Gets the checksum of the DataDictionaryReference
 java.lang.String getDescription()
          Gets the description of the DataDictionaryReference
 DataDictionaryType getDictionaryType()
          Gets the dictionaryType of the DataDictionaryReference
 java.lang.String getDisplayName()
          Gets the display name of the DataDictionaryReference
 java.util.Map getExtendedProperties()
          Gets the extendedProperties of the DataDictionaryReference
 java.lang.String getId()
          Gets the id for DataDictionaryReference
 java.lang.String getName()
          Gets the name of the DataDictionaryReference
 int getState()
          Gets the state of the DataDictionaryReference
 java.lang.String getVersion()
          Gets the version of the DataDictionaryReference
 void setChecksum(java.lang.String checksum)
          Sets the checksum of the DataDictionaryReference
 void setDescription(java.lang.String description)
          Sets the description of the DataDictionaryReference
 void setDictionaryType(DataDictionaryType dictionaryType)
          Sets the dictionaryType of the DataDictionaryReference
 void setDisplayName(java.lang.String displayName)
          Sets the display name of the DataDictionaryReference
 void setExtendedProperties(java.util.Map extendedProperties)
          Sets the extendedProperties of the DataDictionaryReference
 void setId(java.lang.String id)
          Sets the id for DataDictionaryReference
 void setName(java.lang.String name)
          Sets the name of the DataDictionaryReference
 void setState(int state)
          Sets the state of the DataDictionaryReference
 void setVersion(java.lang.String version)
          Sets the version of the DataDictionaryReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataDictionaryReference

public DataDictionaryReference()
Default Constructor for defining DataDictionaryReference


DataDictionaryReference

public DataDictionaryReference(java.lang.String name)
Constructor for defining DataDictionaryReference

Parameters:
name - Name of the Data Dictionary Reference

DataDictionaryReference

public DataDictionaryReference(java.lang.String name,
                               java.lang.String description)
Constructor for defining DataDictionaryReference

Parameters:
name - name of the Data Dictionary Reference
description - description of the Data Dictionary Reference
Method Detail

getId

public java.lang.String getId()
Gets the id for DataDictionaryReference

Returns:
the id

setId

public void setId(java.lang.String id)
Sets the id for DataDictionaryReference

Parameters:
id - identifier for DataDictionaryReference

getName

public java.lang.String getName()
Gets the name of the DataDictionaryReference

Returns:
name of the DataDictionaryReference

setName

public void setName(java.lang.String name)
Sets the name of the DataDictionaryReference

Parameters:
name - name of the DataDictionaryReference

getDisplayName

public java.lang.String getDisplayName()
Gets the display name of the DataDictionaryReference

Returns:
the displayName of the DataDictionaryReference

setDisplayName

public void setDisplayName(java.lang.String displayName)
Sets the display name of the DataDictionaryReference

Parameters:
displayName - the displayName to set

getDescription

public java.lang.String getDescription()
Gets the description of the DataDictionaryReference

Returns:
the description of the DataDictionaryReference

setDescription

public void setDescription(java.lang.String description)
Sets the description of the DataDictionaryReference

Parameters:
description - the description to set

getExtendedProperties

public java.util.Map getExtendedProperties()
Gets the extendedProperties of the DataDictionaryReference

Returns:
the extendedProperties of the DataDictionaryReference

setExtendedProperties

public void setExtendedProperties(java.util.Map extendedProperties)
Sets the extendedProperties of the DataDictionaryReference

Parameters:
extendedProperties - the extendedProperties to set

getDictionaryType

public DataDictionaryType getDictionaryType()
Gets the dictionaryType of the DataDictionaryReference

Returns:
the dictionaryType of the DataDictionaryReference

setDictionaryType

public void setDictionaryType(DataDictionaryType dictionaryType)
Sets the dictionaryType of the DataDictionaryReference

Parameters:
dictionaryType - the dictionaryType to set

getVersion

public java.lang.String getVersion()
Gets the version of the DataDictionaryReference

Returns:
the version of the DataDictionaryReference

setVersion

public void setVersion(java.lang.String version)
Sets the version of the DataDictionaryReference

Parameters:
version - the version to set

getChecksum

public java.lang.String getChecksum()
Gets the checksum of the DataDictionaryReference

Returns:
the checksum of the DataDictionaryReference

setChecksum

public void setChecksum(java.lang.String checksum)
Sets the checksum of the DataDictionaryReference

Parameters:
checksum - the checksum to set

getState

public int getState()
Gets the state of the DataDictionaryReference

Returns:
the state of the DataDictionaryReference

setState

public void setState(int state)
Sets the state of the DataDictionaryReference

Parameters:
state - the state to set


[an error occurred while processing this directive] [an error occurred while processing this directive]