|
||||||||||
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 | |
---|---|
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 |
---|
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 getTitleI18nKey()
public void setTitleI18nKey(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 comment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |