fr.paris.lutece.plugins.stock.business
Class ObjectDefinition

java.lang.Object
  extended by fr.paris.lutece.plugins.stock.business.ObjectDefinition

public class ObjectDefinition
extends java.lang.Object

ObjectDefinition


Constructor Summary
ObjectDefinition(java.lang.String strNameKey, java.lang.String strCreationJsp, java.lang.String strModificationJsp, java.lang.String strDeletionJsp)
          Constructor
 
Method Summary
 java.lang.String getCreationJsp()
          Get the jsp for creation
 java.lang.String getDeletionJsp()
          Get the deletion jsp
 java.lang.String getModificationJsp()
          Get the jsp for modification
 java.lang.String getNameKey()
          Return the name key
 void setCreationJsp(java.lang.String strCreationJsp)
          Set the jsp for creation
 void setDeletionJsp(java.lang.String strDeletionJspName)
          Set the deletion jsp
 void setModificationJspe(java.lang.String strModificationJsp)
          Set the modification jsp
 void setNameKey(java.lang.String strNameKey)
          Set the name key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectDefinition

public ObjectDefinition(java.lang.String strNameKey,
                        java.lang.String strCreationJsp,
                        java.lang.String strModificationJsp,
                        java.lang.String strDeletionJsp)
Constructor

Parameters:
strNameKey - the name
strCreationJsp - the jsp for creation
strModificationJsp - the jsp for modification
strDeletionJsp - the jsp for deletion
Method Detail

getNameKey

public java.lang.String getNameKey()
Return the name key

Returns:
the name key

setNameKey

public void setNameKey(java.lang.String strNameKey)
Set the name key

Parameters:
strNameKey - the name key

getCreationJsp

public java.lang.String getCreationJsp()
Get the jsp for creation

Returns:
the jsp

setCreationJsp

public void setCreationJsp(java.lang.String strCreationJsp)
Set the jsp for creation

Parameters:
strCreationJsp - the jsp for creation

getModificationJsp

public java.lang.String getModificationJsp()
Get the jsp for modification

Returns:
the modification jsp

setModificationJspe

public void setModificationJspe(java.lang.String strModificationJsp)
Set the modification jsp

Parameters:
strModificationJsp - the jsp

getDeletionJsp

public java.lang.String getDeletionJsp()
Get the deletion jsp

Returns:
the jsp for deletion

setDeletionJsp

public void setDeletionJsp(java.lang.String strDeletionJspName)
Set the deletion jsp

Parameters:
strDeletionJspName - the jsp


Copyright © 2011 Mairie de Paris. All Rights Reserved.