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

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

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

See Also:
Serialized Form

Constructor Summary
AnnouncementsDeliverySoap()
           
AnnouncementsDeliverySoap(long companyId, long deliveryId, boolean email, long primaryKey, boolean sms, java.lang.String type, long userId, boolean website)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this AnnouncementsDeliverySoap.
 long getDeliveryId()
          Gets the deliveryId value for this AnnouncementsDeliverySoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getPrimaryKey()
          Gets the primaryKey value for this AnnouncementsDeliverySoap.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getType()
          Gets the type value for this AnnouncementsDeliverySoap.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 long getUserId()
          Gets the userId value for this AnnouncementsDeliverySoap.
 int hashCode()
           
 boolean isEmail()
          Gets the email value for this AnnouncementsDeliverySoap.
 boolean isSms()
          Gets the sms value for this AnnouncementsDeliverySoap.
 boolean isWebsite()
          Gets the website value for this AnnouncementsDeliverySoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this AnnouncementsDeliverySoap.
 void setDeliveryId(long deliveryId)
          Sets the deliveryId value for this AnnouncementsDeliverySoap.
 void setEmail(boolean email)
          Sets the email value for this AnnouncementsDeliverySoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this AnnouncementsDeliverySoap.
 void setSms(boolean sms)
          Sets the sms value for this AnnouncementsDeliverySoap.
 void setType(java.lang.String type)
          Sets the type value for this AnnouncementsDeliverySoap.
 void setUserId(long userId)
          Sets the userId value for this AnnouncementsDeliverySoap.
 void setWebsite(boolean website)
          Sets the website value for this AnnouncementsDeliverySoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnouncementsDeliverySoap

public AnnouncementsDeliverySoap()

AnnouncementsDeliverySoap

public AnnouncementsDeliverySoap(long companyId,
                                 long deliveryId,
                                 boolean email,
                                 long primaryKey,
                                 boolean sms,
                                 java.lang.String type,
                                 long userId,
                                 boolean website)
Method Detail

getCompanyId

public long getCompanyId()
Gets the companyId value for this AnnouncementsDeliverySoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this AnnouncementsDeliverySoap.

Parameters:
companyId -

getDeliveryId

public long getDeliveryId()
Gets the deliveryId value for this AnnouncementsDeliverySoap.

Returns:
deliveryId

setDeliveryId

public void setDeliveryId(long deliveryId)
Sets the deliveryId value for this AnnouncementsDeliverySoap.

Parameters:
deliveryId -

isEmail

public boolean isEmail()
Gets the email value for this AnnouncementsDeliverySoap.

Returns:
email

setEmail

public void setEmail(boolean email)
Sets the email value for this AnnouncementsDeliverySoap.

Parameters:
email -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

isSms

public boolean isSms()
Gets the sms value for this AnnouncementsDeliverySoap.

Returns:
sms

setSms

public void setSms(boolean sms)
Sets the sms value for this AnnouncementsDeliverySoap.

Parameters:
sms -

getType

public java.lang.String getType()
Gets the type value for this AnnouncementsDeliverySoap.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this AnnouncementsDeliverySoap.

Parameters:
type -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

isWebsite

public boolean isWebsite()
Gets the website value for this AnnouncementsDeliverySoap.

Returns:
website

setWebsite

public void setWebsite(boolean website)
Sets the website value for this AnnouncementsDeliverySoap.

Parameters:
website -

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