public class DocType extends org.sistema.persist.Persistent implements IDocType
Constructor and Description |
---|
DocType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getDocumentClass() |
java.lang.Integer |
getId() |
java.lang.String |
getName() |
java.lang.String |
getShort()
Retrieves the short name of the document type.
|
void |
setDocumentClass(java.lang.Class clase)
Sets the class that represents the document type.
|
void |
setId(java.lang.Integer id)
Sets the identifier of a document type.
|
void |
setName(java.lang.String name)
Sets the name of short description of the document type.
|
void |
setShort(java.lang.String name)
Sets the short name of the document type.
|
java.lang.String |
toString() |
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 IDocType
public java.lang.Integer getId()
public java.lang.String getName()
public java.lang.String getShort()
IDocType
public void setDocumentClass(java.lang.Class clase)
IDocType
setDocumentClass
in interface IDocType
public void setId(java.lang.Integer id)
IDocType
public void setName(java.lang.String name)
IDocType
public void setShort(java.lang.String name)
IDocType
public java.lang.String toString()
toString
in class java.lang.Object