|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.document.business.attributes.AttributeType
public class AttributeType
This class represents the business object DocumentAttributeType
Constructor Summary | |
---|---|
AttributeType()
|
Method Summary | |
---|---|
java.lang.String |
getClassName()
Returns the ClassName |
java.lang.String |
getCode()
Returns the Code |
java.lang.String |
getDescription()
Returns the Description |
java.lang.String |
getDescriptionKey()
Returns the Description |
java.util.Locale |
getLocale()
Returns the Locale |
java.lang.String |
getName()
Returns the Name |
java.lang.String |
getNameKey()
Returns the Name |
void |
setClassName(java.lang.String strClassName)
Sets the ClassName |
void |
setCode(java.lang.String strCode)
Sets the Code |
void |
setDescriptionKey(java.lang.String strDescriptionKey)
Sets the Description |
void |
setLocale(java.util.Locale locale)
Sets the Locale |
void |
setNameKey(java.lang.String strNameKey)
Sets the Name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeType()
Method Detail |
---|
public java.lang.String getCode()
public void setCode(java.lang.String strCode)
strCode
- The Codepublic java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
setLocale
in interface fr.paris.lutece.portal.service.i18n.Localizable
locale
- The Localepublic java.lang.String getNameKey()
public void setNameKey(java.lang.String strNameKey)
strNameKey
- The Namepublic java.lang.String getDescriptionKey()
public void setDescriptionKey(java.lang.String strDescriptionKey)
strDescriptionKey
- The Descriptionpublic java.lang.String getClassName()
public void setClassName(java.lang.String strClassName)
strClassName
- The ClassNamepublic java.lang.String getName()
public java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |