|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.EntryType
public class EntryType
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 |
---|
public EntryType()
Method Detail |
---|
public int getIdType()
public void setIdType(int idType)
idType
- the id of the entry typepublic Boolean getGroup()
public void setGroup(Boolean isGroup)
isGroup
- if the type is a grouppublic String getTitleI18nKey()
public void setTitleI18nKey(String title)
title
- the title of the entry typepublic String getClassName()
public void setClassName(String className)
className
- the path for acces to the Class Entrypublic Boolean getComment()
public void setComment(Boolean isComment)
isComment
- set true if the type is a commentpublic Boolean getMyLuteceUser()
public void setMyLuteceUser(Boolean isMyLuteceUser)
isMyLuteceUser
- set true if the type is a mylutece user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |