fr.paris.lutece.plugins.pluginwizard.web.formbean
Class BusinessClassFormBean

java.lang.Object
  extended by fr.paris.lutece.plugins.pluginwizard.web.formbean.BusinessClassFormBean
All Implemented Interfaces:
Serializable

public class BusinessClassFormBean
extends Object
implements Serializable

BusinessClass formbean

See Also:
Serialized Form

Constructor Summary
BusinessClassFormBean()
           
 
Method Summary
 String getBusinessClass()
          Returns the BusinessClass
 String getBusinessTableName()
          Returns the BusinessTableName
 String getClassDescription()
          Fetches the description of a business class
 int getId()
          Returns the nIdBusinessClass
 int getIdFeature()
          Returns the IdFeature
 String getPrimaryKey()
          Fetches the attributes which represents the identifier of the business class
 void setBusinessClass(String strBusinessClass)
          Sets the BusinessClass
 void setBusinessTableName(String strBusinessTableName)
          Sets the BusinessTableName
 void setClassDescription(String strDescriptionAttributeName)
          Sets the class description and it is given by an attribute
 void setId(int nIdBusinessClass)
          Sets the nIdBusinessClass
 void setIdFeature(int nIdFeature)
          Sets the IdFeature
 void setPrimaryKey(String strPrimaryAttributeName)
          Sets the primary key of the class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessClassFormBean

public BusinessClassFormBean()
Method Detail

getId

public int getId()
Returns the nIdBusinessClass

Returns:
The nIdBusinessClass

setId

public void setId(int nIdBusinessClass)
Sets the nIdBusinessClass

Parameters:
nIdBusinessClass - The IdPlugin

getIdFeature

public int getIdFeature()
Returns the IdFeature

Returns:
The IdFeature

setIdFeature

public void setIdFeature(int nIdFeature)
Sets the IdFeature

Parameters:
nIdFeature - The IdPlugin

getBusinessClass

public String getBusinessClass()
Returns the BusinessClass

Returns:
The BusinessClass

setBusinessClass

public void setBusinessClass(String strBusinessClass)
Sets the BusinessClass

Parameters:
strBusinessClass - The BusinessClass

getBusinessTableName

public String getBusinessTableName()
Returns the BusinessTableName

Returns:
The BusinessTableName

setBusinessTableName

public void setBusinessTableName(String strBusinessTableName)
Sets the BusinessTableName

Parameters:
strBusinessTableName - The BusinessTableName

setClassDescription

public void setClassDescription(String strDescriptionAttributeName)
Sets the class description and it is given by an attribute

Parameters:
strDescriptionAttributeName - The name of the attribute which the description

getClassDescription

public String getClassDescription()
Fetches the description of a business class

Returns:
The description of the class

setPrimaryKey

public void setPrimaryKey(String strPrimaryAttributeName)
Sets the primary key of the class

Parameters:
strPrimaryAttributeName - The key attribute name

getPrimaryKey

public String getPrimaryKey()
Fetches the attributes which represents the identifier of the business class

Returns:
The key


Copyright © 2013 Mairie de Paris. All Rights Reserved.