fr.paris.lutece.plugins.pluginwizard.service
Class AttributeType

java.lang.Object
  extended by fr.paris.lutece.plugins.pluginwizard.service.AttributeType

public class AttributeType
extends Object

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

AttributeType

public AttributeType()
Method Detail

getIdAttributeType

public int getIdAttributeType()
Returns the IdAttributeType

Returns:
The IdAttributeType

setIdAttributeType

public void setIdAttributeType(int nIdAttributeType)
Sets the IdAttributeType

Parameters:
nIdAttributeType - The IdAttributeType

getDescription

public String getDescription()
Returns the Description

Returns:
The Description

setDescription

public void setDescription(String strDescription)
Sets the Description

Parameters:
strDescription - The Description

getPrefix

public String getPrefix()
Returns the Prefix

Returns:
The Prefix

setPrefix

public void setPrefix(String strPrefix)
Sets the Prefix

Parameters:
strPrefix - The Prefix

getJavaType

public String getJavaType()
Returns the JavaType

Returns:
The JavaType

setJavaType

public void setJavaType(String strJavaType)
Sets the JavaType

Parameters:
strJavaType - The JavaType

getMaxLength

public int getMaxLength()
Returns the MaxLength

Returns:
The MaxLength

setMaxLength

public void setMaxLength(int nMaxLength)
Sets the MaxLength

Parameters:
nMaxLength - The MaxLength

getConstraint

public String getConstraint()
Returns the Constraint

Returns:
The Constraint

setConstraint

public void setConstraint(String strConstraint)
Sets the Constraint

Parameters:
strConstraint - The Constraint


Copyright © 2013 Mairie de Paris. All Rights Reserved.