IDocType
public interface IDocumentType
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.Class getDocumentClass()
java.lang.Integer getId()
java.lang.String getName()
java.lang.String getShort()
void setDocumentClass(java.lang.Class clase)
clase
- void setId(java.lang.Integer id)
id
- void setName(java.lang.String name)
name
- void setShort(java.lang.String name)
name
-