|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.sentinel.client.bean.SentinelBean
com.novell.db.object.bean.PermissionBean
public class PermissionBean
An automatically-generated "bean" class for the Sentinel data object type 'permission'.
SentinelBean.
SentinelBean,
BeanTransporter| Nested Class Summary | |
|---|---|
static class |
PermissionBean.PermCategoryType
An enumerated type representing values for the field ' category'. |
static class |
PermissionBean.PermTypeType
An enumerated type representing values for the field ' type'. |
| Field Summary | |
|---|---|
static String |
CREATOR
The "bean name" of the Sentinel data object field 'Creator'. |
static String |
DATE_CREATED
The "bean name" of the Sentinel data object field 'DateCreated'. |
static String |
DATE_MODIFIED
The "bean name" of the Sentinel data object field 'DateModified'. |
static String |
MODIFIER
The "bean name" of the Sentinel data object field 'Modifier'. |
static String |
PERM_CATEGORY
The "bean name" of the Sentinel data object field 'PermCategory'. |
static String |
PERM_DESC
The "bean name" of the Sentinel data object field 'PermDesc'. |
static String |
PERM_NAME
The "bean name" of the Sentinel data object field 'PermName'. |
static String |
PERM_TYPE
The "bean name" of the Sentinel data object field 'PermType'. |
| Constructor Summary | |
|---|---|
|
PermissionBean()
Construct an instance of the bean class. |
protected |
PermissionBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearPermCategory()
Clear any current value for the ' category' field in the bean. |
void |
clearPermDesc()
Clear any current value for the ' desc' field in the bean. |
void |
clearPermName()
Clear any current value for the ' name' field in the bean. |
void |
clearPermType()
Clear any current value for the ' type' field in the bean. |
PermissionBean |
clone()
Create a duplicate of this bean instance, including all field values. |
static BeanMetaData<? extends PermissionBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getCreatorLink()
Get the URL for the ' creator' field. |
Date |
getDateCreated()
Get the value for the ' createdate' field. |
Date |
getDateModified()
Get the value for the ' moddate' field. |
String |
getModifierLink()
Get the URL for the ' modifier' field. |
PermissionBean.PermCategoryType |
getPermCategory()
Get the value for the ' category' field. |
String |
getPermDesc()
Get the value for the ' desc' field. |
String |
getPermName()
Get the value for the ' name' field. |
PermissionBean.PermTypeType |
getPermType()
Get the value for the ' type' field. |
boolean |
isCreatorLinkClear()
Get whether the value for the ' creator' URL field is clear or not. |
boolean |
isCreatorLinkNull()
Get whether the ' creator' URL field has been set to Null or not. |
boolean |
isDateCreatedClear()
Get whether the value for the ' createdate' field is clear or not. |
boolean |
isDateCreatedNull()
Get whether the ' createdate' field has been set to Null or not. |
boolean |
isDateModifiedClear()
Get whether the value for the ' moddate' field is clear or not. |
boolean |
isDateModifiedNull()
Get whether the ' moddate' field has been set to Null or not. |
boolean |
isModifierLinkClear()
Get whether the value for the ' modifier' URL field is clear or not. |
boolean |
isModifierLinkNull()
Get whether the ' modifier' URL field has been set to Null or
not. |
boolean |
isPermCategoryClear()
Get whether the value for the ' category' field is clear or not. |
boolean |
isPermCategoryNull()
Get whether the ' category' field has been set to Null or not. |
boolean |
isPermDescClear()
Get whether the value for the ' desc' field is clear or not. |
boolean |
isPermDescNull()
Get whether the ' desc' field has been set to Null or not. |
boolean |
isPermNameClear()
Get whether the value for the ' name' field is clear or not. |
boolean |
isPermNameNull()
Get whether the ' name' field has been set to Null or not. |
boolean |
isPermTypeClear()
Get whether the value for the ' type' field is clear or not. |
boolean |
isPermTypeNull()
Get whether the ' type' field has been set to Null or not. |
void |
setPermCategory(PermissionBean.PermCategoryType permCategory)
Set the value for the ' category' field. |
void |
setPermCategoryNull()
Set to Null any current value for the ' category' field in the
bean. |
void |
setPermDesc(String permDesc)
Set the value for the ' desc' field. |
void |
setPermDescNull()
Set to Null any current value for the ' desc' field in the bean. |
void |
setPermName(String permName)
Set the value for the ' name' field. |
void |
setPermNameNull()
Set to Null any current value for the ' name' field in the bean. |
void |
setPermType(PermissionBean.PermTypeType permType)
Set the value for the ' type' field. |
void |
setPermTypeNull()
Set to Null any current value for the ' type' field in the bean. |
| Methods inherited from class com.novell.sentinel.client.bean.SentinelBean |
|---|
clearField, cloneBean, equals, fields, getBeanName, getBeanValue, getField, getFieldNoNull, getLink, getMetaData, isFieldClear, isFieldNull, isLinkClear, setField, setFieldNull, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String DATE_MODIFIED
""moddate"".
The description of the 'moddate' field is:
"The date and time when the object was last modified."
public static final String CREATOR
""creator"".
The description of the 'creator' field is:
"The URL of the Sentinel User object that represents the creator of the object."
public static final String PERM_TYPE
""type"".
The description of the 'type' field is:
"The type of permission. Currently only "boolean" is supported, which grants or denies
the permission."
public static final String PERM_CATEGORY
""category"".
The description of the 'category' field is:
"The category to which the permission belongs. Permission categories group permissions
for internal management purposes. The value is one of "viewAll", "viewFiltered",
"incidents", "misc"."
public static final String PERM_NAME
""name"".
The description of the 'name' field is:
"The internal name of the permission. This is typically not what is displayed in
the Sentinel user interface."
public static final String PERM_DESC
""desc"".
The description of the 'desc' field is:
"A human-readable description of the permission's purpose."
public static final String MODIFIER
""modifier"".
The description of the 'modifier' field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
public static final String DATE_CREATED
""createdate"".
The description of the 'createdate' field is:
"The date and time when the object was created."
| Constructor Detail |
|---|
public PermissionBean()
protected PermissionBean(BeanMetaData<? extends SentinelBean> metadata)
metadata - The metadata instance for the derived bean class. Normally this constructor
will only be called by generated code.| Method Detail |
|---|
public PermissionBean.PermCategoryType getPermCategory()
category' field. The description of the 'category'
field is:
"The category to which the permission belongs. Permission categories group permissions
for internal management purposes. The value is one of "viewAll", "viewFiltered",
"incidents", "misc"."
null).PERM_CATEGORYpublic boolean isPermCategoryNull()
category' field has been set to Null or not.
The description of the 'category' field is:
"The category to which the permission belongs. Permission categories group permissions
for internal management purposes. The value is one of "viewAll", "viewFiltered",
"incidents", "misc"."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setPermCategoryNull(),
PERM_CATEGORYpublic boolean isPermCategoryClear()
category' field is clear or not. The
description of the 'category' field is:
"The category to which the permission belongs. Permission categories group permissions
for internal management purposes. The value is one of "viewAll", "viewFiltered",
"incidents", "misc"."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPermCategory(),
PERM_CATEGORYpublic void setPermCategory(PermissionBean.PermCategoryType permCategory)
category' field. The description of the 'category'
field is:
"The category to which the permission belongs. Permission categories group permissions
for internal management purposes. The value is one of "viewAll", "viewFiltered",
"incidents", "misc"."
permCategory - Value to setPERM_CATEGORYpublic void clearPermCategory()
category' field in the bean. The description
of the 'category' field is:
"The category to which the permission belongs. Permission categories group permissions
for internal management purposes. The value is one of "viewAll", "viewFiltered",
"incidents", "misc"."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setPermCategoryNull() method to clear the server's value.
See the description of cleared
values.
PERM_CATEGORYpublic void setPermCategoryNull()
category' field in the
bean. The description of the 'category' field is:
"The category to which the permission belongs. Permission categories group permissions
for internal management purposes. The value is one of "viewAll", "viewFiltered",
"incidents", "misc"."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearPermCategory() method to avoid clearing the server's value.
See the description of Null
values.
PERM_CATEGORYpublic Date getDateModified()
moddate' field. The description of the 'moddate'
field is:
"The date and time when the object was last modified."
null).DATE_MODIFIEDpublic boolean isDateModifiedNull()
moddate' field has been set to Null or not.
The description of the 'moddate' field is:
"The date and time when the object was last modified."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.DATE_MODIFIEDpublic boolean isDateModifiedClear()
moddate' field is clear or not. The description
of the 'moddate' field is:
"The date and time when the object was last modified."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.DATE_MODIFIEDpublic String getPermDesc()
desc' field. The description of the 'desc'
field is:
"A human-readable description of the permission's purpose."
null).PERM_DESCpublic boolean isPermDescNull()
desc' field has been set to Null or not. The
description of the 'desc' field is:
"A human-readable description of the permission's purpose."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setPermDescNull(),
PERM_DESCpublic boolean isPermDescClear()
desc' field is clear or not. The description
of the 'desc' field is:
"A human-readable description of the permission's purpose."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPermDesc(),
PERM_DESCpublic void setPermDesc(String permDesc)
desc' field. The description of the 'desc'
field is:
"A human-readable description of the permission's purpose."
permDesc - Value to setPERM_DESCpublic void clearPermDesc()
desc' field in the bean. The description
of the 'desc' field is:
"A human-readable description of the permission's purpose."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setPermDescNull() method to clear the server's value.
See the description of cleared
values.
PERM_DESCpublic void setPermDescNull()
desc' field in the bean.
The description of the 'desc' field is:
"A human-readable description of the permission's purpose."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearPermDesc() method to avoid clearing the server's value.
See the description of Null
values.
PERM_DESCpublic String getPermName()
name' field. The description of the 'name'
field is:
"The internal name of the permission. This is typically not what is displayed in
the Sentinel user interface."
null).PERM_NAMEpublic boolean isPermNameNull()
name' field has been set to Null or not. The
description of the 'name' field is:
"The internal name of the permission. This is typically not what is displayed in
the Sentinel user interface."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setPermNameNull(),
PERM_NAMEpublic boolean isPermNameClear()
name' field is clear or not. The description
of the 'name' field is:
"The internal name of the permission. This is typically not what is displayed in
the Sentinel user interface."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPermName(),
PERM_NAMEpublic void setPermName(String permName)
name' field. The description of the 'name'
field is:
"The internal name of the permission. This is typically not what is displayed in
the Sentinel user interface."
permName - Value to setPERM_NAMEpublic void clearPermName()
name' field in the bean. The description
of the 'name' field is:
"The internal name of the permission. This is typically not what is displayed in
the Sentinel user interface."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setPermNameNull() method to clear the server's value.
See the description of cleared
values.
PERM_NAMEpublic void setPermNameNull()
name' field in the bean.
The description of the 'name' field is:
"The internal name of the permission. This is typically not what is displayed in
the Sentinel user interface."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearPermName() method to avoid clearing the server's value.
See the description of Null
values.
PERM_NAMEpublic Date getDateCreated()
createdate' field. The description of the 'createdate'
field is:
"The date and time when the object was created."
null).DATE_CREATEDpublic boolean isDateCreatedNull()
createdate' field has been set to Null or not.
The description of the 'createdate' field is:
"The date and time when the object was created."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.DATE_CREATEDpublic boolean isDateCreatedClear()
createdate' field is clear or not. The
description of the 'createdate' field is:
"The date and time when the object was created."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.DATE_CREATEDpublic PermissionBean.PermTypeType getPermType()
type' field. The description of the 'type'
field is:
"The type of permission. Currently only "boolean" is supported, which grants or denies
the permission."
null).PERM_TYPEpublic boolean isPermTypeNull()
type' field has been set to Null or not. The
description of the 'type' field is:
"The type of permission. Currently only "boolean" is supported, which grants or denies
the permission."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setPermTypeNull(),
PERM_TYPEpublic boolean isPermTypeClear()
type' field is clear or not. The description
of the 'type' field is:
"The type of permission. Currently only "boolean" is supported, which grants or denies
the permission."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearPermType(),
PERM_TYPEpublic void setPermType(PermissionBean.PermTypeType permType)
type' field. The description of the 'type'
field is:
"The type of permission. Currently only "boolean" is supported, which grants or denies
the permission."
permType - Value to setPERM_TYPEpublic void clearPermType()
type' field in the bean. The description
of the 'type' field is:
"The type of permission. Currently only "boolean" is supported, which grants or denies
the permission."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setPermTypeNull() method to clear the server's value.
See the description of cleared
values.
PERM_TYPEpublic void setPermTypeNull()
type' field in the bean.
The description of the 'type' field is:
"The type of permission. Currently only "boolean" is supported, which grants or denies
the permission."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearPermType() method to avoid clearing the server's value.
See the description of Null
values.
PERM_TYPEpublic String getModifierLink()
modifier' field. The description of the 'modifier'
field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
null).MODIFIERpublic boolean isModifierLinkNull()
modifier' URL field has been set to Null or
not. The description of the 'modifier' field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.MODIFIERpublic boolean isModifierLinkClear()
modifier' URL field is clear or not.
The description of the 'modifier' field is:
"The URL of the Sentinel User object that represents the last modifier of the object."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.MODIFIERpublic String getCreatorLink()
creator' field. The description of the 'creator'
field is:
"The URL of the Sentinel User object that represents the creator of the object."
null).CREATORpublic boolean isCreatorLinkNull()
creator' URL field has been set to Null or not.
The description of the 'creator' field is:
"The URL of the Sentinel User object that represents the creator of the object."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.CREATORpublic boolean isCreatorLinkClear()
creator' URL field is clear or not. The
description of the 'creator' field is:
"The URL of the Sentinel User object that represents the creator of the object."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.CREATORpublic static BeanMetaData<? extends PermissionBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public PermissionBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||