com.esecurity.workflow.object.bean
Class WFEProcessDefinitionInfoBean

java.lang.Object
  extended by com.novell.sentinel.client.bean.SentinelBean
      extended by com.esecurity.workflow.object.bean.WFEProcessDefinitionInfoBean

public class WFEProcessDefinitionInfoBean
extends SentinelBean

An automatically-generated "bean" class for the Sentinel data object type 'wfdef-info'.

The description of the type is:

"null"

The Sentinel data object bean classes are designed to be used to transport data to and from the Sentinel server. There exists a supporting infrastructure that handles the serialization/parsing of the data to/from the JSON transport format and which handles the actual HTTP transport.

A more complete description of Sentinel data object beans is found in the description of SentinelBean.

See Also:
SentinelBean, BeanTransporter

Field Summary
static String ID
          The "bean name" of the Sentinel data object field 'Id'.
static String NAME
          The "bean name" of the Sentinel data object field 'Name'.
static String STATUS
          The "bean name" of the Sentinel data object field 'Status'.
 
Constructor Summary
  WFEProcessDefinitionInfoBean()
          Construct an instance of the bean class.
protected WFEProcessDefinitionInfoBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void clearId()
          Clear any current value for the 'id' field in the bean.
 void clearName()
          Clear any current value for the 'name' field in the bean.
 void clearStatus()
          Clear any current value for the 'status' field in the bean.
 WFEProcessDefinitionInfoBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends WFEProcessDefinitionInfoBean> getBeanMetaData()
          Get the metadata class instance for this type.
 String getId()
          Get the value for the 'id' field.
 String getName()
          Get the value for the 'name' field.
 boolean isIdClear()
          Get whether the value for the 'id' field is clear or not.
 boolean isIdNull()
          Get whether the 'id' 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 isStatus()
          Get the value for the 'status' field.
 boolean isStatusClear()
          Get whether the value for the 'status' field is clear or not.
 boolean isStatusNull()
          Get whether the 'status' field has been set to Null or not.
 void setId(String id)
          Set the value for the 'id' field.
 void setIdNull()
          Set to Null any current value for the 'id' 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 setStatus(boolean status)
          Set the value for the 'status' field.
 void setStatusNull()
          Set to Null any current value for the 'status' 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

NAME

public static final String NAME
The "bean name" of the Sentinel data object field 'Name'. The value is ""name"".

The description of the 'name' field is:

"No description provided."

See Also:
Constant Field Values

ID

public static final String ID
The "bean name" of the Sentinel data object field 'Id'. The value is ""id"".

The description of the 'id' field is:

"No description provided."

See Also:
Constant Field Values

STATUS

public static final String STATUS
The "bean name" of the Sentinel data object field 'Status'. The value is ""status"".

The description of the 'status' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

WFEProcessDefinitionInfoBean

public WFEProcessDefinitionInfoBean()
Construct an instance of the bean class.


WFEProcessDefinitionInfoBean

protected WFEProcessDefinitionInfoBean(BeanMetaData<? extends SentinelBean> metadata)
Constructor for use by derived classes.

Parameters:
metadata - The metadata instance for the derived bean class. Normally this constructor will only be called by generated code.
Method Detail

getId

public String getId()
Get the value for the 'id' field. The description of the 'id' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
ID

isIdNull

public boolean isIdNull()
Get whether the 'id' field has been set to Null or not. The description of the 'id' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setIdNull(), ID

isIdClear

public boolean isIdClear()
Get whether the value for the 'id' field is clear or not. The description of the 'id' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearId(), ID

setId

public void setId(String id)
Set the value for the 'id' field. The description of the 'id' field is:

"No description provided."

Parameters:
id - Value to set
See Also:
ID

clearId

public void clearId()
Clear any current value for the 'id' field in the bean. The description of the 'id' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setIdNull() method to clear the server's value.

See the description of cleared values.

See Also:
ID

setIdNull

public void setIdNull()
Set to Null any current value for the 'id' field in the bean. The description of the 'id' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearId() method to avoid clearing the server's value.

See the description of Null values.

See Also:
ID

isStatus

public boolean isStatus()
Get the value for the 'status' field. The description of the 'status' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
STATUS

isStatusNull

public boolean isStatusNull()
Get whether the 'status' field has been set to Null or not. The description of the 'status' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setStatusNull(), STATUS

isStatusClear

public boolean isStatusClear()
Get whether the value for the 'status' field is clear or not. The description of the 'status' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearStatus(), STATUS

setStatus

public void setStatus(boolean status)
Set the value for the 'status' field. The description of the 'status' field is:

"No description provided."

Parameters:
status - Value to set
See Also:
STATUS

clearStatus

public void clearStatus()
Clear any current value for the 'status' field in the bean. The description of the 'status' field is:

"No description provided."

Using this method will not clear the server value when the bean is PUT to the server. Use the setStatusNull() method to clear the server's value.

See the description of cleared values.

See Also:
STATUS

setStatusNull

public void setStatusNull()
Set to Null any current value for the 'status' field in the bean. The description of the 'status' field is:

"No description provided."

Using this method will clear the server value when the bean is PUT to the server. Use the clearStatus() method to avoid clearing the server's value.

See the description of Null values.

See Also:
STATUS

getName

public String getName()
Get the value for the 'name' field. The description of the 'name' field is:

"No description provided."

Returns:
The field's value in the bean instance, if any (may return null).
See Also:
NAME

isNameNull

public boolean isNameNull()
Get whether the 'name' field has been set to Null or not. The description of the 'name' field is:

"No description provided."

See the description of Null values.

Returns:
true if the field value has been marked as null, false otherwise.
See Also:
setNameNull(), NAME

isNameClear

public boolean isNameClear()
Get whether the value for the 'name' field is clear or not. The description of the 'name' field is:

"No description provided."

See the description of cleared values.

Returns:
true if the field value has been cleared, false otherwise.
See Also:
clearName(), NAME

setName

public void setName(String name)
Set the value for the 'name' field. The description of the 'name' field is:

"No description provided."

Parameters:
name - Value to set
See Also:
NAME

clearName

public void clearName()
Clear any current value for the 'name' field in the bean. The description of the 'name' field is:

"No description provided."

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.

See Also:
NAME

setNameNull

public void setNameNull()
Set to Null any current value for the 'name' field in the bean. The description of the 'name' field is:

"No description provided."

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.

See Also:
NAME

getBeanMetaData

public static BeanMetaData<? extends WFEProcessDefinitionInfoBean> getBeanMetaData()
Get the metadata class instance for this type.

The metadata is used primarily as a parameter to a BeanTransporter implementation''s constructor.


clone

public WFEProcessDefinitionInfoBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class Object