|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.files2docs.business.Attribute
public class Attribute
This class defines the Files2Docs Attribute business object
Constructor Summary | |
---|---|
Attribute()
|
Method Summary | |
---|---|
int |
getDocumentAttributeId()
Returns the document attribute identifier |
java.lang.String |
getFormat()
Returns the attribute format |
int |
getId()
Returns the attribute identifier |
int |
getMappingId()
Returns the mapping identifier |
void |
setDocumentAttributeId(int nDocumentAttributeId)
Sets the document attribute identifier |
void |
setFormat(java.lang.String strFormat)
Sets the attribute format |
void |
setId(int nAttributeId)
Sets the attribute identifier |
void |
setMappingId(int nMappingId)
Sets the mapping identifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Attribute()
Method Detail |
---|
public int getId()
public void setId(int nAttributeId)
nAttributeId
- The attribute identifierpublic int getMappingId()
public void setMappingId(int nMappingId)
nMappingId
- The mapping identifierpublic int getDocumentAttributeId()
public void setDocumentAttributeId(int nDocumentAttributeId)
nDocumentAttributeId
- The document attribute identifierpublic java.lang.String getFormat()
public void setFormat(java.lang.String strFormat)
strFormat
- The attribute format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |