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

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

public class ResourceKey
extends java.lang.Object

This is the business class for the object ResourceKey


Constructor Summary
ResourceKey()
           
 
Method Summary
 java.lang.String getEnglishLocale()
          Returns the EnglishLocale
 java.lang.String getFrenchLocale()
          Returns the FrenchLocale
 int getIdPlugin()
          Returns the IdPlugin
 int getIdResourceKey()
          Returns the IdResourceKey
 java.lang.String getMarkerIdentifier()
          Returns the MarkerIdentifier
 void setEnglishLocale(java.lang.String strEnglishLocale)
          Sets the EnglishLocale
 void setFrenchLocale(java.lang.String strFrenchLocale)
          Sets the FrenchLocale
 void setIdPlugin(int nIdPlugin)
          Sets the IdPlugin
 void setIdResourceKey(int nIdResourceKey)
          Sets the IdResourceKey
 void setMarkerIdentifier(java.lang.String strMarkerIdentifier)
          Sets the MarkerIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceKey

public ResourceKey()
Method Detail

getIdResourceKey

public int getIdResourceKey()
Returns the IdResourceKey

Returns:
The IdResourceKey

setIdResourceKey

public void setIdResourceKey(int nIdResourceKey)
Sets the IdResourceKey

Parameters:
nIdResourceKey - The IdResourceKey

getIdPlugin

public int getIdPlugin()
Returns the IdPlugin

Returns:
The IdPlugin

setIdPlugin

public void setIdPlugin(int nIdPlugin)
Sets the IdPlugin

Parameters:
nIdPlugin - The IdPlugin

getMarkerIdentifier

public java.lang.String getMarkerIdentifier()
Returns the MarkerIdentifier

Returns:
The MarkerIdentifier

setMarkerIdentifier

public void setMarkerIdentifier(java.lang.String strMarkerIdentifier)
Sets the MarkerIdentifier

Parameters:
strMarkerIdentifier - The MarkerIdentifier

getEnglishLocale

public java.lang.String getEnglishLocale()
Returns the EnglishLocale

Returns:
The EnglishLocale

setEnglishLocale

public void setEnglishLocale(java.lang.String strEnglishLocale)
Sets the EnglishLocale

Parameters:
strEnglishLocale - The EnglishLocale

getFrenchLocale

public java.lang.String getFrenchLocale()
Returns the FrenchLocale

Returns:
The FrenchLocale

setFrenchLocale

public void setFrenchLocale(java.lang.String strFrenchLocale)
Sets the FrenchLocale

Parameters:
strFrenchLocale - The FrenchLocale


Copyright © 2012 Mairie de Paris. All Rights Reserved.