com.liferay.client.soap.portlet.announcements.model
Class AnnouncementsFlagSoap

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

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

See Also:
Serialized Form

Constructor Summary
AnnouncementsFlagSoap()
           
AnnouncementsFlagSoap(java.util.Calendar createDate, long entryId, long flagId, long primaryKey, long userId, int value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Calendar getCreateDate()
          Gets the createDate value for this AnnouncementsFlagSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getEntryId()
          Gets the entryId value for this AnnouncementsFlagSoap.
 long getFlagId()
          Gets the flagId value for this AnnouncementsFlagSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this AnnouncementsFlagSoap.
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
 long getUserId()
          Gets the userId value for this AnnouncementsFlagSoap.
 int getValue()
          Gets the value value for this AnnouncementsFlagSoap.
 int hashCode()
           
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this AnnouncementsFlagSoap.
 void setEntryId(long entryId)
          Sets the entryId value for this AnnouncementsFlagSoap.
 void setFlagId(long flagId)
          Sets the flagId value for this AnnouncementsFlagSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this AnnouncementsFlagSoap.
 void setUserId(long userId)
          Sets the userId value for this AnnouncementsFlagSoap.
 void setValue(int value)
          Sets the value value for this AnnouncementsFlagSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnouncementsFlagSoap

public AnnouncementsFlagSoap()

AnnouncementsFlagSoap

public AnnouncementsFlagSoap(java.util.Calendar createDate,
                             long entryId,
                             long flagId,
                             long primaryKey,
                             long userId,
                             int value)
Method Detail

getCreateDate

public java.util.Calendar getCreateDate()
Gets the createDate value for this AnnouncementsFlagSoap.

Returns:
createDate

setCreateDate

public void setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this AnnouncementsFlagSoap.

Parameters:
createDate -

getEntryId

public long getEntryId()
Gets the entryId value for this AnnouncementsFlagSoap.

Returns:
entryId

setEntryId

public void setEntryId(long entryId)
Sets the entryId value for this AnnouncementsFlagSoap.

Parameters:
entryId -

getFlagId

public long getFlagId()
Gets the flagId value for this AnnouncementsFlagSoap.

Returns:
flagId

setFlagId

public void setFlagId(long flagId)
Sets the flagId value for this AnnouncementsFlagSoap.

Parameters:
flagId -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this AnnouncementsFlagSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this AnnouncementsFlagSoap.

Parameters:
primaryKey -

getUserId

public long getUserId()
Gets the userId value for this AnnouncementsFlagSoap.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this AnnouncementsFlagSoap.

Parameters:
userId -

getValue

public int getValue()
Gets the value value for this AnnouncementsFlagSoap.

Returns:
value

setValue

public void setValue(int value)
Sets the value value for this AnnouncementsFlagSoap.

Parameters:
value -

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