|
|||||||||
| 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.DistSearchAuthBean
public class DistSearchAuthBean
An automatically-generated "bean" class for the Sentinel data object type 'dist-search-auth'.
SentinelBean.
SentinelBean,
BeanTransporter| Field Summary | |
|---|---|
static String |
AUTHTOKEN
The "bean name" of the Sentinel data object field 'AuthToken'. |
static String |
TARGET
The "bean name" of the Sentinel data object field 'Target'. |
| Constructor Summary | |
|---|---|
|
DistSearchAuthBean()
Construct an instance of the bean class. |
protected |
DistSearchAuthBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes. |
| Method Summary | |
|---|---|
void |
clearAuthToken()
Clear any current value for the ' auth-token' field in the bean. |
void |
clearTargetLink()
Clear any current URL value for the ' target' field in the bean. |
DistSearchAuthBean |
clone()
Create a duplicate of this bean instance, including all field values. |
String |
getAuthToken()
Get the value for the ' auth-token' field. |
static BeanMetaData<? extends DistSearchAuthBean> |
getBeanMetaData()
Get the metadata class instance for this type. |
String |
getTargetLink()
Get the URL for the ' target' field. |
boolean |
isAuthTokenClear()
Get whether the value for the ' auth-token' field is clear or not. |
boolean |
isAuthTokenNull()
Get whether the ' auth-token' field has been set to Null or not. |
boolean |
isTargetLinkClear()
Get whether the value for the ' target' URL field is clear or not. |
boolean |
isTargetLinkNull()
Get whether the ' target' URL field has been set to Null or not. |
void |
setAuthToken(String authToken)
Set the value for the ' auth-token' field. |
void |
setAuthTokenNull()
Set to Null any current value for the ' auth-token' field in the
bean. |
void |
setTargetLink(String target)
Set a URL value for the ' target' field. |
void |
setTargetLinkNull()
Set to Null any current URL value for the ' target' 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 AUTHTOKEN
""auth-token"".
The description of the 'auth-token' field is:
"No description provided."
public static final String TARGET
""target"".
The description of the 'target' field is:
"No description provided."
| Constructor Detail |
|---|
public DistSearchAuthBean()
protected DistSearchAuthBean(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 String getAuthToken()
auth-token' field. The description of the 'auth-token'
field is:
"No description provided."
null).AUTHTOKENpublic boolean isAuthTokenNull()
auth-token' field has been set to Null or not.
The description of the 'auth-token' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setAuthTokenNull(),
AUTHTOKENpublic boolean isAuthTokenClear()
auth-token' field is clear or not. The
description of the 'auth-token' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearAuthToken(),
AUTHTOKENpublic void setAuthToken(String authToken)
auth-token' field. The description of the 'auth-token'
field is:
"No description provided."
authToken - Value to setAUTHTOKENpublic void clearAuthToken()
auth-token' field in the bean. The
description of the 'auth-token' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setAuthTokenNull() method to clear the server's value.
See the description of cleared
values.
AUTHTOKENpublic void setAuthTokenNull()
auth-token' field in the
bean. The description of the 'auth-token' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearAuthToken() method to avoid clearing the server's value.
See the description of Null
values.
AUTHTOKENpublic String getTargetLink()
target' field. The description of the 'target'
field is:
"No description provided."
null).TARGETpublic boolean isTargetLinkNull()
target' URL field has been set to Null or not.
The description of the 'target' field is:
"No description provided."
See the description of Null
values.
true if the field value has been marked as null, false
otherwise.setTargetLinkNull(),
TARGETpublic boolean isTargetLinkClear()
target' URL field is clear or not. The
description of the 'target' field is:
"No description provided."
See the description of cleared
values.
true if the field value has been cleared, false
otherwise.clearTargetLink(),
TARGETpublic void setTargetLink(String target)
target' field. The description of the 'target'
field is:
"No description provided."
target - Value to setTARGETpublic void clearTargetLink()
target' field in the bean. The
description of the 'target' field is:
"No description provided."
Using this method will not clear the server value when the bean is PUT to
the server.
Use the setTargetLinkNull() method to clear the server's value.
See the description of cleared
values.
TARGETpublic void setTargetLinkNull()
target' field in the
bean. The description of the 'target' field is:
"No description provided."
Using this method will clear the server value when the bean is PUT to the
server.
Use the clearTargetLink() method to avoid clearing the server's value.
See the description of Null
values.
TARGETpublic static BeanMetaData<? extends DistSearchAuthBean> getBeanMetaData()
BeanTransporter
implementation''s constructor.
public DistSearchAuthBean clone()
clone in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||