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