DocType
instead.public class DocumentType extends org.sistema.persist.Persistent implements IDocumentType
Constructor and Description |
---|
DocumentType()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getDocumentClass()
Deprecated.
|
java.lang.Integer |
getId()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
java.lang.String |
getShort()
Deprecated.
Retrieves the short name of the document type.
|
void |
setDocumentClass(java.lang.Class clase)
Deprecated.
Sets the class that represents the document type.
|
void |
setId(java.lang.Integer id)
Deprecated.
Sets the identifier of a document type.
|
void |
setName(java.lang.String name)
Deprecated.
Sets the name of short description of the document type.
|
void |
setShort(java.lang.String name)
Deprecated.
Sets the short name of the document type.
|
java.lang.String |
toString()
Deprecated.
|
addAttribute, addAttribute, equals, getAttribute, getAttributeMaximumLength, getAttributeMinimumLength, getAttributeValue, getField, getFieldFlagValue, getFieldNames, getFields, getFieldsUnsavedElements, getFieldValue, getPrimaryKey, getValue, hasUnsavedElements, isAttributeEditable, isAttributeRequired, isAttributeVisible, isAttributeVisible, isDeletable, isDeleted, isEditable, isFieldModified, isFieldState, isModified, isModifiedBase, isNew, setAttributeValue, setDeletable, setDeleted, setFieldFlag, setFieldState, setFieldValue, setNew
public java.lang.Class getDocumentClass()
getDocumentClass
in interface IDocumentType
public java.lang.Integer getId()
getId
in interface IDocumentType
getId
in interface org.sistema.persist.IPersistent
public java.lang.String getName()
getName
in interface IDocumentType
public java.lang.String getShort()
IDocumentType
getShort
in interface IDocumentType
public void setDocumentClass(java.lang.Class clase)
IDocumentType
setDocumentClass
in interface IDocumentType
public void setId(java.lang.Integer id)
IDocumentType
setId
in interface IDocumentType
public void setName(java.lang.String name)
IDocumentType
setName
in interface IDocumentType
public void setShort(java.lang.String name)
IDocumentType
setShort
in interface IDocumentType
public java.lang.String toString()
toString
in class java.lang.Object