|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.pluginwizard.business.model.Attribute
public class Attribute
This is the business class for the object Attribute
Constructor Summary | |
---|---|
Attribute()
|
Method Summary | |
---|---|
String |
getAttributeName()
Returns the AttributeName |
int |
getAttributeTypeId()
Returns the AttributeTypeId |
String |
getConstraint()
Returns the Constraint |
int |
getId()
Returns the IdAttribute |
boolean |
getIsDescription()
Returns the bIsDescription |
boolean |
getIsPrimary()
Returns the IdAttribute |
String |
getJavaName()
Returns the java name of the attribute |
String |
getLabelName()
Returns the Name |
int |
getMaxLength()
|
String |
getName()
Returns the Name |
boolean |
getNotNull()
Returns the bNotNull |
String |
getParamName()
Returns the Param Name |
String |
getType()
Returns the Type |
String |
getTypeDescription()
Returns the type description |
String |
getVariableName()
Returns the VariableName |
void |
setAttributeName(String strAttributeName)
Sets the AttributeName |
void |
setAttributeTypeId(int nAttributeTypeId)
Sets the AttributeTypeId |
void |
setId(int nIdAttribute)
Sets the IdAttribute |
void |
setIsDescription(boolean bIsDescription)
Sets the Description |
void |
setIsPrimary(boolean bIsPrimary)
Sets the bIsPrimary |
void |
setMaxLength(int maxLength)
|
void |
setNotNull(boolean bNotNull)
Sets the Description |
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 nIdAttribute)
nIdAttribute
- The IdAttributepublic int getAttributeTypeId()
public void setAttributeTypeId(int nAttributeTypeId)
nAttributeTypeId
- The AttributeTypeIdpublic String getAttributeName()
public void setAttributeName(String strAttributeName)
strAttributeName
- The AttributeNamepublic boolean getIsPrimary()
public void setIsPrimary(boolean bIsPrimary)
bIsPrimary
- The IsPrimarypublic boolean getIsDescription()
public void setIsDescription(boolean bIsDescription)
bIsDescription
- The Descriptionpublic String getType()
public String getName()
public String getLabelName()
public String getVariableName()
public String getTypeDescription()
public String getParamName()
public String getJavaName()
public int getMaxLength()
public void setMaxLength(int maxLength)
maxLength
- the maxLength to setpublic boolean getNotNull()
public void setNotNull(boolean bNotNull)
bNotNull
- The Descriptionpublic String getConstraint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |