|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.service.AttributeType
public class AttributeType
AttributeType
Constructor Summary | |
---|---|
AttributeType()
|
Method Summary | |
---|---|
String |
getConstraint()
Returns the Constraint |
String |
getDescription()
Returns the Description |
int |
getIdAttributeType()
Returns the IdAttributeType |
String |
getJavaType()
Returns the JavaType |
int |
getMaxLength()
Returns the MaxLength |
String |
getPrefix()
Returns the Prefix |
void |
setConstraint(String strConstraint)
Sets the Constraint |
void |
setDescription(String strDescription)
Sets the Description |
void |
setIdAttributeType(int nIdAttributeType)
Sets the IdAttributeType |
void |
setJavaType(String strJavaType)
Sets the JavaType |
void |
setMaxLength(int nMaxLength)
Sets the MaxLength |
void |
setPrefix(String strPrefix)
Sets the Prefix |
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 int getIdAttributeType()
public void setIdAttributeType(int nIdAttributeType)
nIdAttributeType
- The IdAttributeTypepublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The Descriptionpublic String getPrefix()
public void setPrefix(String strPrefix)
strPrefix
- The Prefixpublic String getJavaType()
public void setJavaType(String strJavaType)
strJavaType
- The JavaTypepublic int getMaxLength()
public void setMaxLength(int nMaxLength)
nMaxLength
- The MaxLengthpublic String getConstraint()
public void setConstraint(String strConstraint)
strConstraint
- The Constraint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |