com.liferay.client.soap.portlet.social.model
Class SocialActivityCounterDefinition

java.lang.Object
  extended by com.liferay.client.soap.portlet.social.model.SocialActivityCounterDefinition
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SocialActivityCounterDefinition()
           
SocialActivityCounterDefinition(boolean enabled, int increment, java.lang.String key, boolean limitEnabled, int limitPeriod, int limitValue, java.lang.String name, int ownerType, int periodLength, boolean _transient)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getIncrement()
          Gets the increment value for this SocialActivityCounterDefinition.
 java.lang.String getKey()
          Gets the key value for this SocialActivityCounterDefinition.
 int getLimitPeriod()
          Gets the limitPeriod value for this SocialActivityCounterDefinition.
 int getLimitValue()
          Gets the limitValue value for this SocialActivityCounterDefinition.
 java.lang.String getName()
          Gets the name value for this SocialActivityCounterDefinition.
 int getOwnerType()
          Gets the ownerType value for this SocialActivityCounterDefinition.
 int getPeriodLength()
          Gets the periodLength value for this SocialActivityCounterDefinition.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean is_transient()
          Gets the _transient value for this SocialActivityCounterDefinition.
 boolean isEnabled()
          Gets the enabled value for this SocialActivityCounterDefinition.
 boolean isLimitEnabled()
          Gets the limitEnabled value for this SocialActivityCounterDefinition.
 void set_transient(boolean _transient)
          Sets the _transient value for this SocialActivityCounterDefinition.
 void setEnabled(boolean enabled)
          Sets the enabled value for this SocialActivityCounterDefinition.
 void setIncrement(int increment)
          Sets the increment value for this SocialActivityCounterDefinition.
 void setKey(java.lang.String key)
          Sets the key value for this SocialActivityCounterDefinition.
 void setLimitEnabled(boolean limitEnabled)
          Sets the limitEnabled value for this SocialActivityCounterDefinition.
 void setLimitPeriod(int limitPeriod)
          Sets the limitPeriod value for this SocialActivityCounterDefinition.
 void setLimitValue(int limitValue)
          Sets the limitValue value for this SocialActivityCounterDefinition.
 void setName(java.lang.String name)
          Sets the name value for this SocialActivityCounterDefinition.
 void setOwnerType(int ownerType)
          Sets the ownerType value for this SocialActivityCounterDefinition.
 void setPeriodLength(int periodLength)
          Sets the periodLength value for this SocialActivityCounterDefinition.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialActivityCounterDefinition

public SocialActivityCounterDefinition()

SocialActivityCounterDefinition

public SocialActivityCounterDefinition(boolean enabled,
                                       int increment,
                                       java.lang.String key,
                                       boolean limitEnabled,
                                       int limitPeriod,
                                       int limitValue,
                                       java.lang.String name,
                                       int ownerType,
                                       int periodLength,
                                       boolean _transient)
Method Detail

isEnabled

public boolean isEnabled()
Gets the enabled value for this SocialActivityCounterDefinition.

Returns:
enabled

setEnabled

public void setEnabled(boolean enabled)
Sets the enabled value for this SocialActivityCounterDefinition.

Parameters:
enabled -

getIncrement

public int getIncrement()
Gets the increment value for this SocialActivityCounterDefinition.

Returns:
increment

setIncrement

public void setIncrement(int increment)
Sets the increment value for this SocialActivityCounterDefinition.

Parameters:
increment -

getKey

public java.lang.String getKey()
Gets the key value for this SocialActivityCounterDefinition.

Returns:
key

setKey

public void setKey(java.lang.String key)
Sets the key value for this SocialActivityCounterDefinition.

Parameters:
key -

isLimitEnabled

public boolean isLimitEnabled()
Gets the limitEnabled value for this SocialActivityCounterDefinition.

Returns:
limitEnabled

setLimitEnabled

public void setLimitEnabled(boolean limitEnabled)
Sets the limitEnabled value for this SocialActivityCounterDefinition.

Parameters:
limitEnabled -

getLimitPeriod

public int getLimitPeriod()
Gets the limitPeriod value for this SocialActivityCounterDefinition.

Returns:
limitPeriod

setLimitPeriod

public void setLimitPeriod(int limitPeriod)
Sets the limitPeriod value for this SocialActivityCounterDefinition.

Parameters:
limitPeriod -

getLimitValue

public int getLimitValue()
Gets the limitValue value for this SocialActivityCounterDefinition.

Returns:
limitValue

setLimitValue

public void setLimitValue(int limitValue)
Sets the limitValue value for this SocialActivityCounterDefinition.

Parameters:
limitValue -

getName

public java.lang.String getName()
Gets the name value for this SocialActivityCounterDefinition.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this SocialActivityCounterDefinition.

Parameters:
name -

getOwnerType

public int getOwnerType()
Gets the ownerType value for this SocialActivityCounterDefinition.

Returns:
ownerType

setOwnerType

public void setOwnerType(int ownerType)
Sets the ownerType value for this SocialActivityCounterDefinition.

Parameters:
ownerType -

getPeriodLength

public int getPeriodLength()
Gets the periodLength value for this SocialActivityCounterDefinition.

Returns:
periodLength

setPeriodLength

public void setPeriodLength(int periodLength)
Sets the periodLength value for this SocialActivityCounterDefinition.

Parameters:
periodLength -

is_transient

public boolean is_transient()
Gets the _transient value for this SocialActivityCounterDefinition.

Returns:
_transient

set_transient

public void set_transient(boolean _transient)
Sets the _transient value for this SocialActivityCounterDefinition.

Parameters:
_transient -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

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


getDeserializer

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