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

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

public class EntryType
extends Object

class entryType


Constructor Summary
EntryType()
           
 
Method Summary
 String getClassName()
           
 Boolean getComment()
           
 Boolean getGroup()
           
 int getIdType()
           
 Boolean getMyLuteceUser()
           
 String getTitleI18nKey()
           
 void setClassName(String className)
          set the path for acces to the Class Entry
 void setComment(Boolean isComment)
           
 void setGroup(Boolean isGroup)
          set true if the type is a group
 void setIdType(int idType)
          set the id of the entry type
 void setMyLuteceUser(Boolean isMyLuteceUser)
          Set the mylutece user flag
 void setTitleI18nKey(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 Boolean getGroup()
Returns:
true if the type is a group

setGroup

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

Parameters:
isGroup - if the type is a group

getTitleI18nKey

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

setTitleI18nKey

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

Parameters:
title - the title of the entry type

getClassName

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

setClassName

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

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

getComment

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

setComment

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

getMyLuteceUser

public Boolean getMyLuteceUser()
Returns:
true if the type is a mylutece user

setMyLuteceUser

public void setMyLuteceUser(Boolean isMyLuteceUser)
Set the mylutece user flag

Parameters:
isMyLuteceUser - set true if the type is a mylutece user


Copyright © 2013 Mairie de Paris. All Rights Reserved.