com.adobe.dct.transfer
Class DataDictionaryReference

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

public class DataDictionaryReference
extends Object
implements 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()
           
DataDictionaryReference(String name)
           
DataDictionaryReference(String name, String description)
           
 
Method Summary
 String getChecksum()
           
 String getDescription()
           
 DataDictionaryType getDictionaryType()
           
 String getDisplayName()
           
 Map getExtendedProperties()
           
 String getId()
           
 String getName()
           
 String getVersion()
           
 void setChecksum(String checksum)
           
 void setDescription(String description)
           
 void setDictionaryType(DataDictionaryType dictionaryType)
           
 void setDisplayName(String displayName)
           
 void setExtendedProperties(Map extendedProperties)
           
 void setId(String id)
           
 void setName(String name)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataDictionaryReference

public DataDictionaryReference()

DataDictionaryReference

public DataDictionaryReference(String name)

DataDictionaryReference

public DataDictionaryReference(String name,
                               String description)
Method Detail

getId

public String getId()
Returns:

setId

public void setId(String id)
Parameters:
id -

getName

public String getName()
Returns:

setName

public void setName(String name)
Parameters:
name -

getDisplayName

public String getDisplayName()
Returns:
the displayName

setDisplayName

public void setDisplayName(String displayName)
Parameters:
displayName - the displayName to set

getDescription

public String getDescription()
Returns:

setDescription

public void setDescription(String description)
Parameters:
description -

getExtendedProperties

public Map getExtendedProperties()
Returns:
the extendedProperties

setExtendedProperties

public void setExtendedProperties(Map extendedProperties)
Parameters:
extendedProperties - the extendedProperties to set

getDictionaryType

public DataDictionaryType getDictionaryType()
Returns:
the dictionaryType

setDictionaryType

public void setDictionaryType(DataDictionaryType dictionaryType)
Parameters:
dictionaryType - the dictionaryType to set

getVersion

public String getVersion()
Returns:
the version

setVersion

public void setVersion(String version)
Parameters:
version - the version to set

getChecksum

public String getChecksum()
Returns:
the checksum

setChecksum

public void setChecksum(String checksum)
Parameters:
checksum - the checksum to set


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