com.novell.db.object.bean
Class IndexedLogRetentionPolicyBean

java.lang.Object
  extended by com.novell.sentinel.client.bean.SentinelBean
      extended by com.novell.db.object.bean.IndexedLogRetentionPolicyBean

public class IndexedLogRetentionPolicyBean
extends SentinelBean

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

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 BYTECOUNT
          The "bean name" of the Sentinel data object field 'ByteCount'.
static String DELETED
          The "bean name" of the Sentinel data object field 'Deleted'.
static String DISABLED
          The "bean name" of the Sentinel data object field 'Disabled'.
static String EVENTCOUNT
          The "bean name" of the Sentinel data object field 'EventCount'.
static String FILTER
          The "bean name" of the Sentinel data object field 'Filter'.
static String FROMSOLUTIONPACK
          The "bean name" of the Sentinel data object field 'FromSolutionPack'.
static String MAXDAYS
          The "bean name" of the Sentinel data object field 'MaxDays'.
static String MAXRECOMMENDED
          The "bean name" of the Sentinel data object field 'MaxRecommended'.
static String MINDAYS
          The "bean name" of the Sentinel data object field 'MinDays'.
static String MINRECOMMENDED
          The "bean name" of the Sentinel data object field 'MinRecommended'.
static String NAME
          The "bean name" of the Sentinel data object field 'Name'.
 
Constructor Summary
  IndexedLogRetentionPolicyBean()
          Construct an instance of the bean class.
protected IndexedLogRetentionPolicyBean(BeanMetaData<? extends SentinelBean> metadata)
          Constructor for use by derived classes.
 
Method Summary
 void clearByteCount()
          Clear any current value for the 'ByteCount' field in the bean.
 void clearDeleted()
          Clear any current value for the 'Deleted' field in the bean.
 void clearDisabled()
          Clear any current value for the 'Disabled' field in the bean.
 void clearEventCount()
          Clear any current value for the 'EventCount' field in the bean.
 void clearFilter()
          Clear any current value for the 'Filter' field in the bean.
 void clearFromSolutionPack()
          Clear any current value for the 'FromSolutionPack' field in the bean.
 void clearMaxDays()
          Clear any current value for the 'MaxDays' field in the bean.
 void clearMaxRecommended()
          Clear any current value for the 'MaxRecommended' field in the bean.
 void clearMinDays()
          Clear any current value for the 'MinDays' field in the bean.
 void clearMinRecommended()
          Clear any current value for the 'MinRecommended' field in the bean.
 void clearName()
          Clear any current value for the 'Name' field in the bean.
 IndexedLogRetentionPolicyBean clone()
          Create a duplicate of this bean instance, including all field values.
static BeanMetaData<? extends IndexedLogRetentionPolicyBean> getBeanMetaData()
          Get the metadata class instance for this type.
 long getByteCount()
          Get the value for the 'ByteCount' field.
 long getEventCount()
          Get the value for the 'EventCount' field.
 String getFilter()
          Get the value for the 'Filter' field.
 int getMaxDays()
          Get the value for the 'MaxDays' field.
 int getMaxRecommended()
          Get the value for the 'MaxRecommended' field.
 int getMinDays()
          Get the value for the 'MinDays' field.
 int getMinRecommended()
          Get the value for the 'MinRecommended' field.
 String getName()
          Get the value for the 'Name' field.
 boolean isByteCountClear()
          Get whether the value for the 'ByteCount' field is clear or not.
 boolean isByteCountNull()
          Get whether the 'ByteCount' field has been set to Null or not.
 boolean isDeleted()
          Get the value for the 'Deleted' field.
 boolean isDeletedClear()
          Get whether the value for the 'Deleted' field is clear or not.
 boolean isDeletedNull()
          Get whether the 'Deleted' field has been set to Null or not.
 boolean isDisabled()
          Get the value for the 'Disabled' field.
 boolean isDisabledClear()
          Get whether the value for the 'Disabled' field is clear or not.
 boolean isDisabledNull()
          Get whether the 'Disabled' field has been set to Null or not.
 boolean isEventCountClear()
          Get whether the value for the 'EventCount' field is clear or not.
 boolean isEventCountNull()
          Get whether the 'EventCount' field has been set to Null or not.
 boolean isFilterClear()
          Get whether the value for the 'Filter' field is clear or not.
 boolean isFilterNull()
          Get whether the 'Filter' field has been set to Null or not.
 boolean isFromSolutionPack()
          Get the value for the 'FromSolutionPack' field.
 boolean isFromSolutionPackClear()
          Get whether the value for the 'FromSolutionPack' field is clear or not.
 boolean isFromSolutionPackNull()
          Get whether the 'FromSolutionPack' field has been set to Null or not.
 boolean isMaxDaysClear()
          Get whether the value for the 'MaxDays' field is clear or not.
 boolean isMaxDaysNull()
          Get whether the 'MaxDays' field has been set to Null or not.
 boolean isMaxRecommendedClear()
          Get whether the value for the 'MaxRecommended' field is clear or not.
 boolean isMaxRecommendedNull()
          Get whether the 'MaxRecommended' field has been set to Null or not.
 boolean isMinDaysClear()
          Get whether the value for the 'MinDays' field is clear or not.
 boolean isMinDaysNull()
          Get whether the 'MinDays' field has been set to Null or not.
 boolean isMinRecommendedClear()
          Get whether the value for the 'MinRecommended' field is clear or not.
 boolean isMinRecommendedNull()
          Get whether the 'MinRecommended' 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.
 void setByteCount(long byteCount)
          Set the value for the 'ByteCount' field.
 void setByteCountNull()
          Set to Null any current value for the 'ByteCount' field in the bean.
 void setDeleted(boolean deleted)
          Set the value for the 'Deleted' field.
 void setDeletedNull()
          Set to Null any current value for the 'Deleted' field in the bean.
 void setDisabled(boolean disabled)
          Set the value for the 'Disabled' field.
 void setDisabledNull()
          Set to Null any current value for the 'Disabled' field in the bean.
 void setEventCount(long eventCount)
          Set the value for the 'EventCount' field.
 void setEventCountNull()
          Set to Null any current value for the 'EventCount' field in the bean.
 void setFilter(String filter)
          Set the value for the 'Filter' field.
 void setFilterNull()
          Set to Null any current value for the 'Filter' field in the bean.
 void setFromSolutionPack(boolean fromSolutionPack)
          Set the value for the 'FromSolutionPack' field.
 void setFromSolutionPackNull()
          Set to Null any current value for the 'FromSolutionPack' field in the bean.
 void setMaxDays(int maxDays)
          Set the value for the 'MaxDays' field.
 void setMaxDaysNull()
          Set to Null any current value for the 'MaxDays' field in the bean.
 void setMaxRecommended(int maxRecommended)
          Set the value for the 'MaxRecommended' field.
 void setMaxRecommendedNull()
          Set to Null any current value for the 'MaxRecommended' field in the bean.
 void setMinDays(int minDays)
          Set the value for the 'MinDays' field.
 void setMinDaysNull()
          Set to Null any current value for the 'MinDays' field in the bean.
 void setMinRecommended(int minRecommended)
          Set the value for the 'MinRecommended' field.
 void setMinRecommendedNull()
          Set to Null any current value for the 'MinRecommended' 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.
 
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

MAXRECOMMENDED

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

The description of the 'MaxRecommended' field is:

"No description provided."

See Also:
Constant Field Values

BYTECOUNT

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

The description of the 'ByteCount' field is:

"No description provided."

See Also:
Constant Field Values

MINRECOMMENDED

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

The description of the 'MinRecommended' field is:

"No description provided."

See Also:
Constant Field Values

MAXDAYS

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

The description of the 'MaxDays' field is:

"No description provided."

See Also:
Constant Field Values

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

MINDAYS

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

The description of the 'MinDays' field is:

"No description provided."

See Also:
Constant Field Values

EVENTCOUNT

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

The description of the 'EventCount' field is:

"No description provided."

See Also:
Constant Field Values

DISABLED

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

The description of the 'Disabled' field is:

"No description provided."

See Also:
Constant Field Values

DELETED

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

The description of the 'Deleted' field is:

"No description provided."

See Also:
Constant Field Values

FROMSOLUTIONPACK

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

The description of the 'FromSolutionPack' field is:

"No description provided."

See Also:
Constant Field Values

FILTER

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

The description of the 'Filter' field is:

"No description provided."

See Also:
Constant Field Values
Constructor Detail

IndexedLogRetentionPolicyBean

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


IndexedLogRetentionPolicyBean

protected IndexedLogRetentionPolicyBean(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

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

isDeleted

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

"No description provided."

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

isDeletedNull

public boolean isDeletedNull()
Get whether the 'Deleted' field has been set to Null or not. The description of the 'Deleted' 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:
setDeletedNull(), DELETED

isDeletedClear

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

"No description provided."

See the description of cleared values.

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

setDeleted

public void setDeleted(boolean deleted)
Set the value for the 'Deleted' field. The description of the 'Deleted' field is:

"No description provided."

Parameters:
deleted - Value to set
See Also:
DELETED

clearDeleted

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

"No description provided."

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

See the description of cleared values.

See Also:
DELETED

setDeletedNull

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

"No description provided."

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

See the description of Null values.

See Also:
DELETED

getFilter

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

"No description provided."

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

isFilterNull

public boolean isFilterNull()
Get whether the 'Filter' field has been set to Null or not. The description of the 'Filter' 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:
setFilterNull(), FILTER

isFilterClear

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

"No description provided."

See the description of cleared values.

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

setFilter

public void setFilter(String filter)
Set the value for the 'Filter' field. The description of the 'Filter' field is:

"No description provided."

Parameters:
filter - Value to set
See Also:
FILTER

clearFilter

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

"No description provided."

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

See the description of cleared values.

See Also:
FILTER

setFilterNull

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

"No description provided."

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

See the description of Null values.

See Also:
FILTER

getByteCount

public long getByteCount()
Get the value for the 'ByteCount' field. The description of the 'ByteCount' field is:

"No description provided."

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

isByteCountNull

public boolean isByteCountNull()
Get whether the 'ByteCount' field has been set to Null or not. The description of the 'ByteCount' 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:
setByteCountNull(), BYTECOUNT

isByteCountClear

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

"No description provided."

See the description of cleared values.

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

setByteCount

public void setByteCount(long byteCount)
Set the value for the 'ByteCount' field. The description of the 'ByteCount' field is:

"No description provided."

Parameters:
byteCount - Value to set
See Also:
BYTECOUNT

clearByteCount

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

"No description provided."

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

See the description of cleared values.

See Also:
BYTECOUNT

setByteCountNull

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

"No description provided."

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

See the description of Null values.

See Also:
BYTECOUNT

getEventCount

public long getEventCount()
Get the value for the 'EventCount' field. The description of the 'EventCount' field is:

"No description provided."

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

isEventCountNull

public boolean isEventCountNull()
Get whether the 'EventCount' field has been set to Null or not. The description of the 'EventCount' 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:
setEventCountNull(), EVENTCOUNT

isEventCountClear

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

"No description provided."

See the description of cleared values.

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

setEventCount

public void setEventCount(long eventCount)
Set the value for the 'EventCount' field. The description of the 'EventCount' field is:

"No description provided."

Parameters:
eventCount - Value to set
See Also:
EVENTCOUNT

clearEventCount

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

"No description provided."

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

See the description of cleared values.

See Also:
EVENTCOUNT

setEventCountNull

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

"No description provided."

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

See the description of Null values.

See Also:
EVENTCOUNT

getMaxDays

public int getMaxDays()
Get the value for the 'MaxDays' field. The description of the 'MaxDays' field is:

"No description provided."

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

isMaxDaysNull

public boolean isMaxDaysNull()
Get whether the 'MaxDays' field has been set to Null or not. The description of the 'MaxDays' 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:
setMaxDaysNull(), MAXDAYS

isMaxDaysClear

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

"No description provided."

See the description of cleared values.

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

setMaxDays

public void setMaxDays(int maxDays)
Set the value for the 'MaxDays' field. The description of the 'MaxDays' field is:

"No description provided."

Parameters:
maxDays - Value to set
See Also:
MAXDAYS

clearMaxDays

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

"No description provided."

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

See the description of cleared values.

See Also:
MAXDAYS

setMaxDaysNull

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

"No description provided."

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

See the description of Null values.

See Also:
MAXDAYS

getMinRecommended

public int getMinRecommended()
Get the value for the 'MinRecommended' field. The description of the 'MinRecommended' field is:

"No description provided."

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

isMinRecommendedNull

public boolean isMinRecommendedNull()
Get whether the 'MinRecommended' field has been set to Null or not. The description of the 'MinRecommended' 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:
setMinRecommendedNull(), MINRECOMMENDED

isMinRecommendedClear

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

"No description provided."

See the description of cleared values.

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

setMinRecommended

public void setMinRecommended(int minRecommended)
Set the value for the 'MinRecommended' field. The description of the 'MinRecommended' field is:

"No description provided."

Parameters:
minRecommended - Value to set
See Also:
MINRECOMMENDED

clearMinRecommended

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

"No description provided."

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

See the description of cleared values.

See Also:
MINRECOMMENDED

setMinRecommendedNull

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

"No description provided."

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

See the description of Null values.

See Also:
MINRECOMMENDED

getMinDays

public int getMinDays()
Get the value for the 'MinDays' field. The description of the 'MinDays' field is:

"No description provided."

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

isMinDaysNull

public boolean isMinDaysNull()
Get whether the 'MinDays' field has been set to Null or not. The description of the 'MinDays' 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:
setMinDaysNull(), MINDAYS

isMinDaysClear

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

"No description provided."

See the description of cleared values.

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

setMinDays

public void setMinDays(int minDays)
Set the value for the 'MinDays' field. The description of the 'MinDays' field is:

"No description provided."

Parameters:
minDays - Value to set
See Also:
MINDAYS

clearMinDays

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

"No description provided."

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

See the description of cleared values.

See Also:
MINDAYS

setMinDaysNull

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

"No description provided."

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

See the description of Null values.

See Also:
MINDAYS

isFromSolutionPack

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

"No description provided."

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

isFromSolutionPackNull

public boolean isFromSolutionPackNull()
Get whether the 'FromSolutionPack' field has been set to Null or not. The description of the 'FromSolutionPack' 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:
setFromSolutionPackNull(), FROMSOLUTIONPACK

isFromSolutionPackClear

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

"No description provided."

See the description of cleared values.

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

setFromSolutionPack

public void setFromSolutionPack(boolean fromSolutionPack)
Set the value for the 'FromSolutionPack' field. The description of the 'FromSolutionPack' field is:

"No description provided."

Parameters:
fromSolutionPack - Value to set
See Also:
FROMSOLUTIONPACK

clearFromSolutionPack

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

"No description provided."

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

See the description of cleared values.

See Also:
FROMSOLUTIONPACK

setFromSolutionPackNull

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

"No description provided."

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

See the description of Null values.

See Also:
FROMSOLUTIONPACK

isDisabled

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

"No description provided."

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

isDisabledNull

public boolean isDisabledNull()
Get whether the 'Disabled' field has been set to Null or not. The description of the 'Disabled' 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:
setDisabledNull(), DISABLED

isDisabledClear

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

"No description provided."

See the description of cleared values.

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

setDisabled

public void setDisabled(boolean disabled)
Set the value for the 'Disabled' field. The description of the 'Disabled' field is:

"No description provided."

Parameters:
disabled - Value to set
See Also:
DISABLED

clearDisabled

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

"No description provided."

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

See the description of cleared values.

See Also:
DISABLED

setDisabledNull

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

"No description provided."

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

See the description of Null values.

See Also:
DISABLED

getMaxRecommended

public int getMaxRecommended()
Get the value for the 'MaxRecommended' field. The description of the 'MaxRecommended' field is:

"No description provided."

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

isMaxRecommendedNull

public boolean isMaxRecommendedNull()
Get whether the 'MaxRecommended' field has been set to Null or not. The description of the 'MaxRecommended' 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:
setMaxRecommendedNull(), MAXRECOMMENDED

isMaxRecommendedClear

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

"No description provided."

See the description of cleared values.

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

setMaxRecommended

public void setMaxRecommended(int maxRecommended)
Set the value for the 'MaxRecommended' field. The description of the 'MaxRecommended' field is:

"No description provided."

Parameters:
maxRecommended - Value to set
See Also:
MAXRECOMMENDED

clearMaxRecommended

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

"No description provided."

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

See the description of cleared values.

See Also:
MAXRECOMMENDED

setMaxRecommendedNull

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

"No description provided."

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

See the description of Null values.

See Also:
MAXRECOMMENDED

getBeanMetaData

public static BeanMetaData<? extends IndexedLogRetentionPolicyBean> 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 IndexedLogRetentionPolicyBean clone()
Create a duplicate of this bean instance, including all field values.

Overrides:
clone in class Object