fr.paris.lutece.plugins.directory.business
Class EntryType

java.lang.Object
  extended by fr.paris.lutece.plugins.directory.business.EntryType

public class EntryType
extends java.lang.Object

class entryType


Constructor Summary
EntryType()
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.Boolean getComment()
           
 java.lang.Boolean getGroup()
           
 int getIdType()
           
 java.lang.String getTitleI18nKey()
           
 void setClassName(java.lang.String className)
          set the path for acces to the Class Entry
 void setComment(java.lang.Boolean isComment)
           
 void setGroup(java.lang.Boolean isGroup)
          set true if the type is a group
 void setIdType(int idType)
          set the id of the entry type
 void setTitleI18nKey(java.lang.String title)
          set the I18n title key of the entry type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryType

public EntryType()
Method Detail

getIdType

public int getIdType()
Returns:
the id of the entry type

setIdType

public void setIdType(int idType)
set the id of the entry type

Parameters:
idType - the id of the entry type

getGroup

public java.lang.Boolean getGroup()
Returns:
true if the type is a group

setGroup

public void setGroup(java.lang.Boolean isGroup)
set true if the type is a group

Parameters:
isGroup - if the type is a group

getTitleI18nKey

public java.lang.String getTitleI18nKey()
Returns:
the I18n title key of the entry type

setTitleI18nKey

public void setTitleI18nKey(java.lang.String title)
set the I18n title key of the entry type

Parameters:
title - the title of the entry type

getClassName

public java.lang.String getClassName()
Returns:
the path for acces to the Classe Entry

setClassName

public void setClassName(java.lang.String className)
set the path for acces to the Class Entry

Parameters:
className - the path for acces to the Class Entry

getComment

public java.lang.Boolean getComment()
Returns:
true if the type is a comment

setComment

public void setComment(java.lang.Boolean isComment)
Parameters:
isComment - set true if the type is a comment


Copyright © 2009 Mairie de Paris. All Rights Reserved.