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

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

public class BusinessObject
extends java.lang.Object

This class provide the Business Object object


Constructor Summary
BusinessObject()
           
 
Method Summary
 void addAttribute(ObjectAttribute attribute)
           
 java.util.Collection getAttributes()
          Returns a collection of attributes
 java.lang.String getClassName()
          Returns the ClassName
 java.lang.String getIdColumnName()
          Returns the IdColumnName
 java.lang.String getInstanceName()
          Returns the InstanceName
 java.lang.String getPackageName()
          Returns the PackageName
 java.lang.String getPluginName()
          Returns the PluginName
 java.lang.String getSelectSQLRequest()
          Returns the select Sql request
 java.lang.String getTable()
          Returns the Table
 void setClassName(java.lang.String strClassName)
          Sets the ClassName
 void setIdColumnName(java.lang.String strIdColumnName)
          Sets the IdColumnName
 void setPackageName(java.lang.String strPackageName)
          Sets the PackageName
 void setPluginName(java.lang.String strPluginName)
          Sets the PluginName
 void setTable(java.lang.String strTable)
          Sets the Table
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessObject

public BusinessObject()
Method Detail

setPackageName

public void setPackageName(java.lang.String strPackageName)
Sets the PackageName

Parameters:
strPackageName - The PackageName

getPackageName

public java.lang.String getPackageName()
Returns the PackageName

Returns:
The PackageName

setClassName

public void setClassName(java.lang.String strClassName)
Sets the ClassName

Parameters:
strClassName - The ClassName

getClassName

public java.lang.String getClassName()
Returns the ClassName

Returns:
The ClassName

setTable

public void setTable(java.lang.String strTable)
Sets the Table

Parameters:
strTable - The Table

getTable

public java.lang.String getTable()
Returns the Table

Returns:
The Table

setIdColumnName

public void setIdColumnName(java.lang.String strIdColumnName)
Sets the IdColumnName

Parameters:
strIdColumnName - The IdColumnName

getIdColumnName

public java.lang.String getIdColumnName()
Returns the IdColumnName

Returns:
The IdColumnName

addAttribute

public void addAttribute(ObjectAttribute attribute)

getSelectSQLRequest

public java.lang.String getSelectSQLRequest()
Returns the select Sql request

Returns:
null

getAttributes

public java.util.Collection getAttributes()
Returns a collection of attributes

Returns:
_attributes

getInstanceName

public java.lang.String getInstanceName()
Returns the InstanceName

Returns:
The InstanceName

getPluginName

public java.lang.String getPluginName()
Returns the PluginName

Returns:
The PluginName

setPluginName

public void setPluginName(java.lang.String strPluginName)
Sets the PluginName

Parameters:
strPluginName - The PluginName


Copyright © 2008 Mairie de Paris. All Rights Reserved.