fr.paris.lutece.plugins.pluginwizard.business.model
Class Attribute

java.lang.Object
  extended by fr.paris.lutece.plugins.pluginwizard.business.model.Attribute

public class Attribute
extends java.lang.Object

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

Attribute

public Attribute()
Method Detail

getIdAttribute

public int getIdAttribute()
Returns the IdAttribute

Returns:
The IdAttribute

setIdAttribute

public void setIdAttribute(int nIdAttribute)
Sets the IdAttribute

Parameters:
nIdAttribute - The IdAttribute

getAttributeTypeId

public int getAttributeTypeId()
Returns the AttributeTypeId

Returns:
The AttributeTypeId

setAttributeTypeId

public void setAttributeTypeId(int nAttributeTypeId)
Sets the AttributeTypeId

Parameters:
nAttributeTypeId - The AttributeTypeId

getAttributeName

public java.lang.String getAttributeName()
Returns the AttributeName

Returns:
The AttributeName

setAttributeName

public void setAttributeName(java.lang.String strAttributeName)
Sets the AttributeName

Parameters:
strAttributeName - The AttributeName

getAttributeType

public java.lang.String getAttributeType()
Returns the AttributeName

Returns:
The AttributeName

setAttributeType

public void setAttributeType(java.lang.String strAttributeType)
Sets the AttributeType

Parameters:
strAttributeType - The AttributeType

getIsPrimary

public boolean getIsPrimary()
Returns the IdAttribute

Returns:
The IdAttribute

setIsPrimary

public void setIsPrimary(boolean bIsPrimary)
Sets the bIsPrimary

Parameters:
bIsPrimary - The IsPrimary

getIsDescription

public boolean getIsDescription()
Returns the bIsDescription

Returns:
The IsDescription

setIsDescription

public void setIsDescription(boolean bIsDescription)
Sets the Description

Parameters:
bIsDescription - The Description

getType

public java.lang.String getType()
Returns the Type

Returns:
The Type

getVariableName

public java.lang.String getVariableName()
Returns the VariableName

Returns:
_strVariableName The VariableName

getName

public java.lang.String getName()
Returns the Name

Returns:
The Name

getProperName

public static java.lang.String getProperName(java.lang.String strSource)
Returns the Proper Name

Parameters:
strSource - the source
Returns:
source name


Copyright © 2011 Mairie de Paris. All Rights Reserved.