fr.paris.lutece.plugins.pluginwizard.business.model
Class Feature

java.lang.Object
  extended by fr.paris.lutece.plugins.pluginwizard.business.model.Feature

public class Feature
extends Object

This is the business class for the object Feature


Constructor Summary
Feature()
           
 
Method Summary
 String getFeatureDescription()
          Returns the FeatureDescription
 String getFeatureLevel()
          Returns the FeatureLevel
 String getFeatureName()
          Returns the Feature name
 String getFeatureRight()
          Returns the FeatureId
 String getFeatureTitle()
          Returns the FeatureTitle
 int getId()
          Returns the Id
 String getJspName()
          Returns the JspName
 void setFeatureDescription(String strFeatureDescription)
          Sets the FeatureDescription
 void setFeatureLevel(String strFeatureLevel)
          Sets the FeatureLevel
 void setFeatureName(String strFeatureName)
          Sets the FeatureName
 void setFeatureRight(String strFeatureRight)
          Sets the Feature right
 void setFeatureTitle(String strFeatureTitle)
          Sets the FeatureTitle
 void setId(int nId)
          Sets the nIdFeature
 void setJspName(String strJspName)
          Sets the JspName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Feature

public Feature()
Method Detail

getId

public int getId()
Returns the Id

Returns:
The Id

setId

public void setId(int nId)
Sets the nIdFeature

Parameters:
nId - The IdFeature

getFeatureRight

public String getFeatureRight()
Returns the FeatureId

Returns:
The FeatureId

setFeatureRight

public void setFeatureRight(String strFeatureRight)
Sets the Feature right

Parameters:
strFeatureRight - The Feature right

getFeatureTitle

public String getFeatureTitle()
Returns the FeatureTitle

Returns:
The FeatureTitle

setFeatureTitle

public void setFeatureTitle(String strFeatureTitle)
Sets the FeatureTitle

Parameters:
strFeatureTitle - The FeatureTitle

getFeatureLevel

public String getFeatureLevel()
Returns the FeatureLevel

Returns:
The FeatureLevel

setFeatureLevel

public void setFeatureLevel(String strFeatureLevel)
Sets the FeatureLevel

Parameters:
strFeatureLevel - The FeatureLevel

getFeatureName

public String getFeatureName()
Returns the Feature name

Returns:
The Feature name

setFeatureName

public void setFeatureName(String strFeatureName)
Sets the FeatureName

Parameters:
strFeatureName - The Feature name

getFeatureDescription

public String getFeatureDescription()
Returns the FeatureDescription

Returns:
The FeatureDescription

setFeatureDescription

public void setFeatureDescription(String strFeatureDescription)
Sets the FeatureDescription

Parameters:
strFeatureDescription - The FeatureDescription

getJspName

public String getJspName()
Returns the JspName

Returns:
The JspName

setJspName

public void setJspName(String strJspName)
Sets the JspName

Parameters:
strJspName - The JspName


Copyright © 2013 Mairie de Paris. All Rights Reserved.