|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.paris.lutece.plugins.document.modules.calendar.business.MappingAttribute
public class MappingAttribute
class MappingAttribute
| Constructor Summary | |
|---|---|
MappingAttribute()
|
|
| Method Summary | |
|---|---|
String |
getCalendarAttributeDescription()
|
String |
getCodeDocumentType()
|
String |
getDocumentAttributeDescription()
|
String |
getDocumentFeature()
|
int |
getId()
Returns the IdMappingAttribute |
int |
getIdCalendarAttribute()
|
int |
getIdDocumentAttribute()
|
void |
setCalendarAttributeDescription(String strCalendarAttributeDescription)
set the Description of the calendar attribute |
void |
setCodeDocumentType(String strCodeDocumentType)
set the Code of the document type of the mapping |
void |
setDocumentAttributeDescription(String strDocumentAttributeDescription)
set the Description of the document attribute |
void |
setDocumentFeature(String strDocumentFeature)
set the title of the document feature |
void |
setId(int nIdMappingAttribute)
Sets the IdMappingAttribute |
void |
setIdCalendarAttribute(Integer nIdCalendarAttribute)
set the Id of the calendar attribute |
void |
setIdDocumentAttribute(Integer nIdDocumentAttribute)
set the Id of the document attribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MappingAttribute()
| Method Detail |
|---|
public int getId()
public void setId(int nIdMappingAttribute)
nIdMappingAttribute - IdMappingAttributepublic void setCodeDocumentType(String strCodeDocumentType)
strCodeDocumentType - the code of the document typepublic String getCodeDocumentType()
public void setIdDocumentAttribute(Integer nIdDocumentAttribute)
nIdDocumentAttribute - the code of the document typepublic int getIdDocumentAttribute()
public void setDocumentAttributeDescription(String strDocumentAttributeDescription)
strDocumentAttributeDescription - the description of the document attributepublic String getDocumentAttributeDescription()
public void setIdCalendarAttribute(Integer nIdCalendarAttribute)
nIdCalendarAttribute - the id of the calendar attributepublic int getIdCalendarAttribute()
public void setCalendarAttributeDescription(String strCalendarAttributeDescription)
strCalendarAttributeDescription - the description of the calendar attributepublic String getCalendarAttributeDescription()
public void setDocumentFeature(String strDocumentFeature)
strDocumentFeature - the title of the document featurepublic String getDocumentFeature()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||