|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.files2docs.business.Mapping
public class Mapping
This class defines the Files2Docs Mapping business object
Constructor Summary | |
---|---|
Mapping()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the mapping description |
java.lang.String |
getDocumentTypeCode()
Returns the document type code |
java.lang.String |
getDocumentTypeName()
Returns the document type name |
int |
getId()
Returns the mapping identifier |
java.lang.String |
getSummary()
Returns the summary format |
java.lang.String |
getTitle()
Returns the title format |
void |
setDescription(java.lang.String strDescription)
Sets the mapping description |
void |
setDocumentTypeCode(java.lang.String strDocumentTypeCode)
Sets the document type code |
void |
setDocumentTypeName(java.lang.String strDocumentTypeName)
Sets the document type name |
void |
setId(int nMappingId)
Sets the mapping identifier |
void |
setSummary(java.lang.String strSummary)
Sets the summary format |
void |
setTitle(java.lang.String strTitle)
Sets the title format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mapping()
Method Detail |
---|
public int getId()
public void setId(int nMappingId)
nMappingId
- The mapping identifierpublic java.lang.String getDocumentTypeCode()
public void setDocumentTypeCode(java.lang.String strDocumentTypeCode)
strDocumentTypeCode
- The document type codepublic java.lang.String getDocumentTypeName()
public void setDocumentTypeName(java.lang.String strDocumentTypeName)
strDocumentTypeName
- The document type namepublic java.lang.String getDescription()
public void setDescription(java.lang.String strDescription)
strDescription
- The mapping descriptionpublic java.lang.String getTitle()
public void setTitle(java.lang.String strTitle)
strTitle
- The title formatpublic java.lang.String getSummary()
public void setSummary(java.lang.String strSummary)
strSummary
- The summary format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |