com.liferay.client.soap.portlet.messageboards.model
Class MBBanSoap

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

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

See Also:
Serialized Form

Constructor Summary
MBBanSoap()
           
MBBanSoap(long banId, long banUserId, long companyId, java.util.Calendar createDate, long groupId, java.util.Calendar modifiedDate, long primaryKey, long userId, java.lang.String userName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getBanId()
          Gets the banId value for this MBBanSoap.
 long getBanUserId()
          Gets the banUserId value for this MBBanSoap.
 long getCompanyId()
          Gets the companyId value for this MBBanSoap.
 java.util.Calendar getCreateDate()
          Gets the createDate value for this MBBanSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getGroupId()
          Gets the groupId value for this MBBanSoap.
 java.util.Calendar getModifiedDate()
          Gets the modifiedDate value for this MBBanSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this MBBanSoap.
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 MBBanSoap.
 java.lang.String getUserName()
          Gets the userName value for this MBBanSoap.
 int hashCode()
           
 void setBanId(long banId)
          Sets the banId value for this MBBanSoap.
 void setBanUserId(long banUserId)
          Sets the banUserId value for this MBBanSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this MBBanSoap.
 void setCreateDate(java.util.Calendar createDate)
          Sets the createDate value for this MBBanSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this MBBanSoap.
 void setModifiedDate(java.util.Calendar modifiedDate)
          Sets the modifiedDate value for this MBBanSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this MBBanSoap.
 void setUserId(long userId)
          Sets the userId value for this MBBanSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this MBBanSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBBanSoap

public MBBanSoap()

MBBanSoap

public MBBanSoap(long banId,
                 long banUserId,
                 long companyId,
                 java.util.Calendar createDate,
                 long groupId,
                 java.util.Calendar modifiedDate,
                 long primaryKey,
                 long userId,
                 java.lang.String userName)
Method Detail

getBanId

public long getBanId()
Gets the banId value for this MBBanSoap.

Returns:
banId

setBanId

public void setBanId(long banId)
Sets the banId value for this MBBanSoap.

Parameters:
banId -

getBanUserId

public long getBanUserId()
Gets the banUserId value for this MBBanSoap.

Returns:
banUserId

setBanUserId

public void setBanUserId(long banUserId)
Sets the banUserId value for this MBBanSoap.

Parameters:
banUserId -

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getCreateDate

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

Returns:
createDate

setCreateDate

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

Parameters:
createDate -

getGroupId

public long getGroupId()
Gets the groupId value for this MBBanSoap.

Returns:
groupId

setGroupId

public void setGroupId(long groupId)
Sets the groupId value for this MBBanSoap.

Parameters:
groupId -

getModifiedDate

public java.util.Calendar getModifiedDate()
Gets the modifiedDate value for this MBBanSoap.

Returns:
modifiedDate

setModifiedDate

public void setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this MBBanSoap.

Parameters:
modifiedDate -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

public java.lang.String getUserName()
Gets the userName value for this MBBanSoap.

Returns:
userName

setUserName

public void setUserName(java.lang.String userName)
Sets the userName value for this MBBanSoap.

Parameters:
userName -

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