public class HtmlPage extends Object implements fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_TYPE |
static String |
ROLE_NONE |
Constructor and Description |
---|
HtmlPage()
Creates a new instance of HtmlPage
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of this htmlpage.
|
String |
getHtmlContent()
Returns the htmlcontent of this htmlpage.
|
int |
getId()
Returns the identifier of this htmlpage.
|
String |
getRole()
Gets the contactList role
|
int |
getStatus()
Returns the status of this htmlpage.
|
String |
getWorkgroup()
Returns the workgroup
|
String |
getWorkgroupKey()
Return the WorkgroupKey Contact Label
|
static void |
init()
Initialize the HtmlPageList
|
boolean |
isEnabled() |
void |
setDescription(String strDescription)
Sets the description of the htmlpage to the specified string.
|
void |
setHtmlContent(String strHtmlContent)
Sets the htmlcontent of the htmlpage to the specified string.
|
void |
setId(int nId)
Sets the identifier of the htmlpage to the specified integer.
|
void |
setRole(String strRole)
allows the contact List to be saw by a role
|
void |
setStatus(int nStatus)
Sets the description of the htmlpage to the specified string.
|
void |
setWorkgroup(String strAdminWorkgroup)
Sets the workgroup
|
void |
setWorkgroupKey(String strWorkgroupKey)
Sets the description of the Contact with the specified String
|
public static final String RESOURCE_TYPE
public static final String ROLE_NONE
public static void init()
public int getId()
public void setId(int nId)
nId
- the new identifierpublic String getDescription()
public void setDescription(String strDescription)
strDescription
- the new descriptionpublic String getHtmlContent()
public void setHtmlContent(String strHtmlContent)
strHtmlContent
- the new htmlcontentpublic int getStatus()
public void setStatus(int nStatus)
strDescription
- the new descriptionpublic String getRole()
public void setRole(String strRole)
strRole
- The role that can see the contact listpublic String getWorkgroupKey()
public void setWorkgroupKey(String strWorkgroupKey)
strWorkgroupKey
- The workgroup keypublic String getWorkgroup()
getWorkgroup
in interface fr.paris.lutece.portal.service.workgroup.AdminWorkgroupResource
public void setWorkgroup(String strAdminWorkgroup)
strAdminWorkgroup
- The workgrouppublic boolean isEnabled()
Copyright © 2015 City of Paris. All rights reserved.