it.eng.spagobi.tools.objmetadata.bo
Class ObjMetadata
java.lang.Object
it.eng.spagobi.tools.objmetadata.bo.ObjMetadata
- All Implemented Interfaces:
- java.io.Serializable
public class ObjMetadata
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjMetadata
public ObjMetadata()
getObjMetaId
public java.lang.Integer getObjMetaId()
- Returns:
- the objMetaId
setObjMetaId
public void setObjMetaId(java.lang.Integer objMetaId)
- Parameters:
objMetaId
- the objMetaId to set
getLabel
public java.lang.String getLabel()
- Returns:
- the label
setLabel
public void setLabel(java.lang.String label)
- Parameters:
label
- the label to set
getName
public java.lang.String getName()
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Parameters:
name
- the name to set
getDescription
public java.lang.String getDescription()
- Returns:
- the description
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- the description to set
getDataType
public java.lang.Integer getDataType()
- Returns:
- the dataType
setDataType
public void setDataType(java.lang.Integer dataType)
- Parameters:
dataType
- the dataType to set
getCreationDate
public java.util.Date getCreationDate()
- Returns:
- the creationDate
setCreationDate
public void setCreationDate(java.util.Date creationDate)
- Parameters:
creationDate
- the creationDate to set
getDataTypeCode
public java.lang.String getDataTypeCode()
setDataTypeCode
public void setDataTypeCode(java.lang.String dataTypeCode)