fr.paris.lutece.plugins.codewizard.business
Class ObjectAttribute

java.lang.Object
  extended by fr.paris.lutece.plugins.codewizard.business.ObjectAttribute

public class ObjectAttribute
extends java.lang.Object

This class provide the ObjectAttribute object


Constructor Summary
ObjectAttribute(java.lang.String strColumnName, java.lang.String strJavaType)
          Creates a new ObjectAttribute object.
 
Method Summary
 java.lang.String getColumnName()
          Returns the ColumnName
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectAttribute

public ObjectAttribute(java.lang.String strColumnName,
                       java.lang.String strJavaType)
Creates a new ObjectAttribute object.

Parameters:
strColumnName - The name of the column
strJavaType - the java type
Method Detail

getName

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

Returns:
The Name

getColumnName

public java.lang.String getColumnName()
Returns the ColumnName

Returns:
The ColumnName

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

getProperName

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

Parameters:
strSource - the source
Returns:
source


Copyright © 2008 Mairie de Paris. All Rights Reserved.