|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.codewizard.business.ObjectAttribute
public class ObjectAttribute
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 |
---|
public ObjectAttribute(java.lang.String strColumnName, java.lang.String strJavaType)
strColumnName
- The name of the columnstrJavaType
- the java typeMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getColumnName()
public java.lang.String getType()
public java.lang.String getVariableName()
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 |