|
||||||||||
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 | |
---|---|
java.lang.String |
getAttributeName()
Returns the AttributeName |
java.lang.String |
getAttributeType()
Returns the AttributeName |
int |
getAttributeTypeId()
Returns the AttributeTypeId |
int |
getIdAttribute()
Returns the IdAttribute |
boolean |
getIsDescription()
Returns the bIsDescription |
boolean |
getIsPrimary()
Returns the IdAttribute |
java.lang.String |
getName()
Returns the Name |
static java.lang.String |
getProperName(java.lang.String strSource)
Returns the Proper Name |
java.lang.String |
getType()
Returns the Type |
java.lang.String |
getVariableName()
Returns the VariableName |
void |
setAttributeName(java.lang.String strAttributeName)
Sets the AttributeName |
void |
setAttributeType(java.lang.String strAttributeType)
Sets the AttributeType |
void |
setAttributeTypeId(int nAttributeTypeId)
Sets the AttributeTypeId |
void |
setIdAttribute(int nIdAttribute)
Sets the IdAttribute |
void |
setIsDescription(boolean bIsDescription)
Sets the Description |
void |
setIsPrimary(boolean bIsPrimary)
Sets the bIsPrimary |
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 getIdAttribute()
public void setIdAttribute(int nIdAttribute)
nIdAttribute
- The IdAttributepublic int getAttributeTypeId()
public void setAttributeTypeId(int nAttributeTypeId)
nAttributeTypeId
- The AttributeTypeIdpublic java.lang.String getAttributeName()
public void setAttributeName(java.lang.String strAttributeName)
strAttributeName
- The AttributeNamepublic java.lang.String getAttributeType()
public void setAttributeType(java.lang.String strAttributeType)
strAttributeType
- The AttributeTypepublic boolean getIsPrimary()
public void setIsPrimary(boolean bIsPrimary)
bIsPrimary
- The IsPrimarypublic boolean getIsDescription()
public void setIsDescription(boolean bIsDescription)
bIsDescription
- The Descriptionpublic java.lang.String getType()
public java.lang.String getVariableName()
public java.lang.String getName()
public static java.lang.String getProperName(java.lang.String strSource)
strSource
- the source
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |