|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RegistryEntry is the base interface that objects must implement in order to be used with the Registry service.
Method Summary | |
java.lang.String |
getDescription()
|
long |
getId()
|
MetaInfo |
getMetaInfo()
|
java.lang.String |
getName()
|
Security |
getSecurity()
|
SecurityReference |
getSecurityRef()
Getter for property securityRef. |
java.lang.String |
getTitle()
|
boolean |
isHidden()
Test if this entry should be visible in a list of the registry contents |
void |
setDescription(java.lang.String description)
Sets the description for the portlet entry |
void |
setHidden(boolean hidden)
Modify the visibility status of this entry |
void |
setMetaInfo(MetaInfo metainfo)
Set the metainfo properties for this entry |
void |
setName(java.lang.String name)
Changes the name of this entry |
void |
setSecurity(Security security)
Set the security properties for this entry |
void |
setSecurityRef(SecurityReference securityRef)
Setter for property securityRef. |
void |
setTitle(java.lang.String title)
Sets the title of the portlet entry |
Method Detail |
public long getId()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new name for this entrypublic java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the new title for the entrypublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new description for the entrypublic Security getSecurity()
public void setSecurity(Security security)
security
- the new security propertiespublic MetaInfo getMetaInfo()
public void setMetaInfo(MetaInfo metainfo)
metainfo
- the new metainfo propertiespublic boolean isHidden()
public void setHidden(boolean hidden)
hidden
- the new status. If true, the entry will not be displayed in
a registry listpublic SecurityReference getSecurityRef()
public void setSecurityRef(SecurityReference securityRef)
securityRef
- New value of property securityRef.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |