|
|||||||||
| 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.TrustBean
public class TrustBean
An automatically-generated "bean" class for the Sentinel data object type 'trust'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
AUTHORITY
The "bean name" of the Sentinel data object field 'Authority'. |
static String |
CREATOR
The "bean name" of the Sentinel data object field 'Creator'. |
static String |
CURRENT
The "bean name" of the Sentinel data object field 'Current'. |
static String |
CUST_ID
The "bean name" of the Sentinel data object field 'CustomerId'. |
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 |
REL_ACCOUNTS
The "bean name" of the Sentinel data object field 'Accounts'. |
static String |
SOURCE_TRUST_ID
The "bean name" of the Sentinel data object field 'SourceTrustID'. |
static String |
TRUST_DESCRIPTION
The "bean name" of the Sentinel data object field 'Description'. |
static String |
TRUST_NAME
The "bean name" of the Sentinel data object field 'Name'. |
static String |
TYPE
The "bean name" of the Sentinel data object field 'Type'. |
| Constructor Summary | |
|---|---|
|
TrustBean()
Construct an instance of the bean class. |
protected |
TrustBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
addToAccounts(String value)
Add a value to the collection field ' accounts'. |
void |
clearAccounts()
Clear any current value for the ' accounts' field in the bean. |
void |
clearAuthority()
Clear any current value for the ' sys' field in the bean. |
void |
clearCurrent()
Clear any current value for the ' current' field in the bean. |
void |
clearCustomerId()
Clear any current value for the ' cid' field in the bean. |
void |
clearDescription()
Clear any current value for the ' desc' field in the bean. |
void |
clearName()
Clear any current value for the ' name' field in the bean. |
void |
clearSourceTrustID()
Clear any current value for the ' srcid' field in the bean. |
void |
clearTypeLink()
Clear any current URL value for the ' type' field in the bean. |
TrustBean |
clone()
Create a duplicate of this bean instance, including all field values. |
Collection<String> |
getAccounts()
Get the value for the ' accounts' field. |
String |
getAuthority()
Get the value for the ' sys' field. |
static BeanMetaData<? extends TrustBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getCreatorLink()
Get the URL for the ' creator' field. |
long |
getCustomerId()
Get the value for the ' cid' field. |
Date |
getDateCreated()
Get the value for the ' createdate' field. |
Date |
getDateModified()
Get the value for the ' moddate' field. |
String |
getDescription()
Get the value for the ' desc' field. |
String |
getModifierLink()
Get the URL for the ' modifier' field. |
String |
getName()
Get the value for the ' name' field. |
String |
getSourceTrustID()
Get the value for the ' srcid' field. |
String |
getTypeLink()
Get the URL for the ' type' field. |
boolean |
isAccountsClear()
Get whether the value for the ' accounts' field is clear or not. |
boolean |
isAccountsNull()
Get whether the ' accounts' field has been set to Null or not. |
boolean |
isAuthorityClear()
Get whether the value for the ' sys' field is clear or not. |
boolean |
isAuthorityNull()
Get whether the ' sys' field has been set to Null or not. |
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 |
isCurrent()
Get the value for the ' current' field. |
boolean |
isCurrentClear()
Get whether the value for the ' current' field is clear or not. |
boolean |
isCurrentNull()
Get whether the ' current' field has been set to Null or not. |
boolean |
isCustomerIdClear()
Get whether the value for the ' cid' field is clear or not. |
boolean |
isCustomerIdNull()
Get whether the ' cid' 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 |
isDescriptionClear()
Get whether the value for the ' desc' field is clear or not. |
boolean |
isDescriptionNull()
Get whether the ' desc' 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 |
isNameClear()
Get whether the value for the ' name' field is clear or not. |
boolean |
isNameNull()
Get whether the ' name' field has been set to Null or not. |
boolean |
isSourceTrustIDClear()
Get whether the value for the ' srcid' field is clear or not. |
boolean |
isSourceTrustIDNull()
Get whether the ' srcid' field has been set to Null or not. |
boolean |
isTypeLinkClear()
Get whether the value for the ' type' URL field is clear or not. |
boolean |
isTypeLinkNull()
Get whether the ' type' URL field has been set to Null or not. |
void |
setAccounts(Collection<? extends String> accounts)
Set the value for the ' accounts' field. |
void |
setAccountsNull()
Set to Null any current value for the ' accounts' field in the
bean. |
void |
setAuthority(String authority)
Set the value for the ' sys' field. |
void |
setAuthorityNull()
Set to Null any current value for the ' sys' field in the bean. |
void |
setCurrent(boolean current)
Set the value for the ' current' field. |
void |
setCurrentNull()
Set to Null any current value for the ' current' field in the
bean. |
void |
setCustomerId(long customerId)
Set the value for the ' cid' field. |
void |
setCustomerIdNull()
Set to Null any current value for the ' cid' field in the bean. |
void |
setDescription(String description)
Set the value for the ' desc' field. |
void |
setDescriptionNull()
Set to Null any current value for the ' desc' field in the bean. |
void |
setName(String name)
Set the value for the ' name' field. |
void |
setNameNull()
Set to Null any current value for the ' name' field in the bean. |
void |
setSourceTrustID(String sourceTrustID)
Set the value for the ' srcid' field. |
void |
setSourceTrustIDNull()
Set to Null any current value for the ' srcid' field in the bean. |
void |
setTypeLink(String type)
Set a URL value for the ' type' field. |
void |
setTypeLinkNull()
Set to Null any current URL 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 TRUST_DESCRIPTION
""desc"".
The description of the 'desc' field is:
"A prose description of the Trust object."
public static final String REL_ACCOUNTS
""accounts"".
The description of the 'accounts' field is:
"A list of URLs of Sentinel Account objects that reference the Trust object."
public static final String AUTHORITY
""sys"".
The description of the 'sys' field is:
"The identifier of the IT system from which the external trust information was obtained."
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 CUST_ID
""cid"".
The description of the 'cid' field is:
"The customer ID of the MSSP customer to which the external trust object belongs."
public static final String TRUST_NAME
""name"".
The description of the 'name' field is:
"The name of the external trust object in the owning IT system."
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 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 SOURCE_TRUST_ID
""srcid"".
The description of the 'srcid' field is:
"The uniquely identifying information of the external trust object in the originating
system."
public static final String CURRENT
""current"".
The description of the 'current' field is:
"If true, the Sentinel Trust object contains current data about the external trust
object, as opposed to superceded data."
public static final String DATE_CREATED
""createdate"".
The description of the 'createdate' field is:
"The date and time when the object was created."
public static final String TYPE
""type"".
The description of the 'type' field is:
"The URL of the TrustType object that defines the type of trust information represented
by the Sentinel Trust object."
| Constructor Detail |
|---|
public TrustBean()
protected TrustBean(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 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 getDescription()
desc' field. The description of the 'desc'
field is:
"A prose description of the Trust object."
null).TRUST_DESCRIPTIONpublic boolean isDescriptionNull()
desc' field has been set to Null or not. The
description of the 'desc' field is:
"A prose description of the Trust object."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setDescriptionNull(),
TRUST_DESCRIPTIONpublic boolean isDescriptionClear()
desc' field is clear or not. The description
of the 'desc' field is:
"A prose description of the Trust object."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearDescription(),
TRUST_DESCRIPTIONpublic void setDescription(String description)
desc' field. The description of the 'desc'
field is:
"A prose description of the Trust object."
description - Value to setTRUST_DESCRIPTIONpublic void clearDescription()
desc' field in the bean. The description
of the 'desc' field is:
"A prose description of the Trust object."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setDescriptionNull() method to clear the server's value.
See the description of cleared
values.
TRUST_DESCRIPTIONpublic void setDescriptionNull()
desc' field in the bean.
The description of the 'desc' field is:
"A prose description of the Trust object."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearDescription() method to avoid clearing the server's value.
See the description of Null
values.
TRUST_DESCRIPTIONpublic String getAuthority()
sys' field. The description of the 'sys'
field is:
"The identifier of the IT system from which the external trust information was obtained."
null).AUTHORITYpublic boolean isAuthorityNull()
sys' field has been set to Null or not. The
description of the 'sys' field is:
"The identifier of the IT system from which the external trust information was obtained."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setAuthorityNull(),
AUTHORITYpublic boolean isAuthorityClear()
sys' field is clear or not. The description
of the 'sys' field is:
"The identifier of the IT system from which the external trust information was obtained."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearAuthority(),
AUTHORITYpublic void setAuthority(String authority)
sys' field. The description of the 'sys'
field is:
"The identifier of the IT system from which the external trust information was obtained."
authority - Value to setAUTHORITYpublic void clearAuthority()
sys' field in the bean. The description
of the 'sys' field is:
"The identifier of the IT system from which the external trust information was obtained."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setAuthorityNull() method to clear the server's value.
See the description of cleared
values.
AUTHORITYpublic void setAuthorityNull()
sys' field in the bean.
The description of the 'sys' field is:
"The identifier of the IT system from which the external trust information was obtained."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearAuthority() method to avoid clearing the server's value.
See the description of Null
values.
AUTHORITYpublic String getName()
name' field. The description of the 'name'
field is:
"The name of the external trust object in the owning IT system."
null).TRUST_NAMEpublic boolean isNameNull()
name' field has been set to Null or not. The
description of the 'name' field is:
"The name of the external trust object in the owning IT system."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setNameNull(),
TRUST_NAMEpublic boolean isNameClear()
name' field is clear or not. The description
of the 'name' field is:
"The name of the external trust object in the owning IT system."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearName(),
TRUST_NAMEpublic void setName(String name)
name' field. The description of the 'name'
field is:
"The name of the external trust object in the owning IT system."
name - Value to setTRUST_NAMEpublic void clearName()
name' field in the bean. The description
of the 'name' field is:
"The name of the external trust object in the owning IT system."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setNameNull() method to clear the server's value.
See the description of cleared
values.
TRUST_NAMEpublic void setNameNull()
name' field in the bean.
The description of the 'name' field is:
"The name of the external trust object in the owning IT system."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearName() method to avoid clearing the server's value.
See the description of Null
values.
TRUST_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 boolean isCurrent()
current' field. The description of the 'current'
field is:
"If true, the Sentinel Trust object contains current data about the external trust
object, as opposed to superceded data."
null).CURRENTpublic boolean isCurrentNull()
current' field has been set to Null or not.
The description of the 'current' field is:
"If true, the Sentinel Trust object contains current data about the external trust
object, as opposed to superceded data."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setCurrentNull(),
CURRENTpublic boolean isCurrentClear()
current' field is clear or not. The description
of the 'current' field is:
"If true, the Sentinel Trust object contains current data about the external trust
object, as opposed to superceded data."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearCurrent(),
CURRENTpublic void setCurrent(boolean current)
current' field. The description of the 'current'
field is:
"If true, the Sentinel Trust object contains current data about the external trust
object, as opposed to superceded data."
current - Value to setCURRENTpublic void clearCurrent()
current' field in the bean. The description
of the 'current' field is:
"If true, the Sentinel Trust object contains current data about the external trust
object, as opposed to superceded data."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setCurrentNull() method to clear the server's value.
See the description of cleared
values.
CURRENTpublic void setCurrentNull()
current' field in the
bean. The description of the 'current' field is:
"If true, the Sentinel Trust object contains current data about the external trust
object, as opposed to superceded data."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearCurrent() method to avoid clearing the server's value.
See the description of Null
values.
CURRENTpublic String getSourceTrustID()
srcid' field. The description of the 'srcid'
field is:
"The uniquely identifying information of the external trust object in the originating
system."
null).SOURCE_TRUST_IDpublic boolean isSourceTrustIDNull()
srcid' field has been set to Null or not. The
description of the 'srcid' field is:
"The uniquely identifying information of the external trust object in the originating
system."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setSourceTrustIDNull(),
SOURCE_TRUST_IDpublic boolean isSourceTrustIDClear()
srcid' field is clear or not. The description
of the 'srcid' field is:
"The uniquely identifying information of the external trust object in the originating
system."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearSourceTrustID(),
SOURCE_TRUST_IDpublic void setSourceTrustID(String sourceTrustID)
srcid' field. The description of the 'srcid'
field is:
"The uniquely identifying information of the external trust object in the originating
system."
sourceTrustID - Value to setSOURCE_TRUST_IDpublic void clearSourceTrustID()
srcid' field in the bean. The description
of the 'srcid' field is:
"The uniquely identifying information of the external trust object in the originating
system."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setSourceTrustIDNull() method to clear the server's value.
See the description of cleared
values.
SOURCE_TRUST_IDpublic void setSourceTrustIDNull()
srcid' field in the bean.
The description of the 'srcid' field is:
"The uniquely identifying information of the external trust object in the originating
system."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearSourceTrustID() method to avoid clearing the server's value.
See the description of Null
values.
SOURCE_TRUST_IDpublic long getCustomerId()
cid' field. The description of the 'cid'
field is:
"The customer ID of the MSSP customer to which the external trust object belongs."
null).CUST_IDpublic boolean isCustomerIdNull()
cid' field has been set to Null or not. The
description of the 'cid' field is:
"The customer ID of the MSSP customer to which the external trust object belongs."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setCustomerIdNull(),
CUST_IDpublic boolean isCustomerIdClear()
cid' field is clear or not. The description
of the 'cid' field is:
"The customer ID of the MSSP customer to which the external trust object belongs."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearCustomerId(),
CUST_IDpublic void setCustomerId(long customerId)
cid' field. The description of the 'cid'
field is:
"The customer ID of the MSSP customer to which the external trust object belongs."
customerId - Value to setCUST_IDpublic void clearCustomerId()
cid' field in the bean. The description
of the 'cid' field is:
"The customer ID of the MSSP customer to which the external trust object belongs."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setCustomerIdNull() method to clear the server's value.
See the description of cleared
values.
CUST_IDpublic void setCustomerIdNull()
cid' field in the bean.
The description of the 'cid' field is:
"The customer ID of the MSSP customer to which the external trust object belongs."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearCustomerId() method to avoid clearing the server's value.
See the description of Null
values.
CUST_IDpublic 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 Collection<String> getAccounts()
accounts' field. The description of the 'accounts'
field is:
"A list of URLs of Sentinel Account objects that reference the Trust object."
null).REL_ACCOUNTSpublic boolean isAccountsNull()
accounts' field has been set to Null or not.
The description of the 'accounts' field is:
"A list of URLs of Sentinel Account objects that reference the Trust object."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setAccountsNull(),
REL_ACCOUNTSpublic boolean isAccountsClear()
accounts' field is clear or not. The
description of the 'accounts' field is:
"A list of URLs of Sentinel Account objects that reference the Trust object."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearAccounts(),
REL_ACCOUNTSpublic void setAccounts(Collection<? extends String> accounts)
accounts' field. The description of the 'accounts'
field is:
"A list of URLs of Sentinel Account objects that reference the Trust object."
accounts - Value to setREL_ACCOUNTSpublic void clearAccounts()
accounts' field in the bean. The description
of the 'accounts' field is:
"A list of URLs of Sentinel Account objects that reference the Trust object."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setAccountsNull() method to clear the server's value.
See the description of cleared
values.
REL_ACCOUNTSpublic void setAccountsNull()
accounts' field in the
bean. The description of the 'accounts' field is:
"A list of URLs of Sentinel Account objects that reference the Trust object."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearAccounts() method to avoid clearing the server's value.
See the description of Null
values.
REL_ACCOUNTSpublic void addToAccounts(String value)
accounts'. The description of the
'accounts' field is:
"A list of URLs of Sentinel Account objects that reference the Trust object."
value - Value to add to collection.REL_ACCOUNTSpublic String getTypeLink()
type' field. The description of the 'type'
field is:
"The URL of the TrustType object that defines the type of trust information represented
by the Sentinel Trust object."
null).TYPEpublic boolean isTypeLinkNull()
type' URL field has been set to Null or not.
The description of the 'type' field is:
"The URL of the TrustType object that defines the type of trust information represented
by the Sentinel Trust object."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setTypeLinkNull(),
TYPEpublic boolean isTypeLinkClear()
type' URL field is clear or not. The
description of the 'type' field is:
"The URL of the TrustType object that defines the type of trust information represented
by the Sentinel Trust object."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearTypeLink(),
TYPEpublic void setTypeLink(String type)
type' field. The description of the 'type'
field is:
"The URL of the TrustType object that defines the type of trust information represented
by the Sentinel Trust object."
type - Value to setTYPEpublic void clearTypeLink()
type' field in the bean. The description
of the 'type' field is:
"The URL of the TrustType object that defines the type of trust information represented
by the Sentinel Trust object."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setTypeLinkNull() method to clear the server's value.
See the description of cleared
values.
TYPEpublic void setTypeLinkNull()
type' field in the
bean. The description of the 'type' field is:
"The URL of the TrustType object that defines the type of trust information represented
by the Sentinel Trust object."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearTypeLink() method to avoid clearing the server's value.
See the description of Null
values.
TYPEpublic 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 TrustBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public TrustBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||