com.businessobjects.enterprise.infoobject
Class PluginLimit

java.lang.Object
  extended bycom.businessobjects.enterprise.infoobject.PluginLimit
All Implemented Interfaces:
java.io.Serializable

public class PluginLimit
extends java.lang.Object
implements java.io.Serializable

This object provides information about the limits that are set on an object for a particular principal.

See Also:
Serialized Form

Constructor Summary
PluginLimit()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
 java.lang.Integer getDescription()
          Returns the description of the limit.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
 java.lang.Integer getID()
          Returns the limit's ID.
 java.lang.Boolean getIsSystemRight()
          Returns whether this right is a system right.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Internal Use Only.
 int hashCode()
          Internal Use Only.
 void setDescription(java.lang.Integer description)
          Internal Use Only.
 void setID(java.lang.Integer ID)
          Internal Use Only.
 void setIsSystemRight(java.lang.Boolean isSystemRight)
          Sets whether this right is a system right.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginLimit

public PluginLimit()
Method Detail

getDescription

public java.lang.Integer getDescription()

Returns the description of the limit.

Returns:
The description of the limit.

setDescription

public void setDescription(java.lang.Integer description)
Internal Use Only.


getIsSystemRight

public java.lang.Boolean getIsSystemRight()

Returns whether this right is a system right.

Returns:
true if this right is a system right, false otherwise.

setIsSystemRight

public void setIsSystemRight(java.lang.Boolean isSystemRight)

Sets whether this right is a system right.

Parameters:
isSystemRight - true if this right is a system right, false otherwise.

getID

public java.lang.Integer getID()

Returns the limit's ID.

Returns:
The limit's ID.

setID

public void setID(java.lang.Integer ID)
Internal Use Only.


equals

public boolean equals(java.lang.Object obj)
Internal Use Only.


hashCode

public int hashCode()
Internal Use Only.


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Internal Use Only.


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Internal Use Only.


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Internal Use Only.