com.liferay.client.soap.portal.model
Class LayoutBranchSoap

java.lang.Object
  extended by com.liferay.client.soap.portal.model.LayoutBranchSoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
LayoutBranchSoap()
           
LayoutBranchSoap(long companyId, java.lang.String description, long groupId, long layoutBranchId, long layoutSetBranchId, boolean master, java.lang.String name, long plid, long primaryKey, long userId, java.lang.String userName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this LayoutBranchSoap.
 java.lang.String getDescription()
          Gets the description value for this LayoutBranchSoap.
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 LayoutBranchSoap.
 long getLayoutBranchId()
          Gets the layoutBranchId value for this LayoutBranchSoap.
 long getLayoutSetBranchId()
          Gets the layoutSetBranchId value for this LayoutBranchSoap.
 java.lang.String getName()
          Gets the name value for this LayoutBranchSoap.
 long getPlid()
          Gets the plid value for this LayoutBranchSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this LayoutBranchSoap.
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 LayoutBranchSoap.
 java.lang.String getUserName()
          Gets the userName value for this LayoutBranchSoap.
 int hashCode()
           
 boolean isMaster()
          Gets the master value for this LayoutBranchSoap.
 void setCompanyId(long companyId)
          Sets the companyId value for this LayoutBranchSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this LayoutBranchSoap.
 void setGroupId(long groupId)
          Sets the groupId value for this LayoutBranchSoap.
 void setLayoutBranchId(long layoutBranchId)
          Sets the layoutBranchId value for this LayoutBranchSoap.
 void setLayoutSetBranchId(long layoutSetBranchId)
          Sets the layoutSetBranchId value for this LayoutBranchSoap.
 void setMaster(boolean master)
          Sets the master value for this LayoutBranchSoap.
 void setName(java.lang.String name)
          Sets the name value for this LayoutBranchSoap.
 void setPlid(long plid)
          Sets the plid value for this LayoutBranchSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this LayoutBranchSoap.
 void setUserId(long userId)
          Sets the userId value for this LayoutBranchSoap.
 void setUserName(java.lang.String userName)
          Sets the userName value for this LayoutBranchSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutBranchSoap

public LayoutBranchSoap()

LayoutBranchSoap

public LayoutBranchSoap(long companyId,
                        java.lang.String description,
                        long groupId,
                        long layoutBranchId,
                        long layoutSetBranchId,
                        boolean master,
                        java.lang.String name,
                        long plid,
                        long primaryKey,
                        long userId,
                        java.lang.String userName)
Method Detail

getCompanyId

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

Returns:
companyId

setCompanyId

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

Parameters:
companyId -

getDescription

public java.lang.String getDescription()
Gets the description value for this LayoutBranchSoap.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this LayoutBranchSoap.

Parameters:
description -

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getLayoutBranchId

public long getLayoutBranchId()
Gets the layoutBranchId value for this LayoutBranchSoap.

Returns:
layoutBranchId

setLayoutBranchId

public void setLayoutBranchId(long layoutBranchId)
Sets the layoutBranchId value for this LayoutBranchSoap.

Parameters:
layoutBranchId -

getLayoutSetBranchId

public long getLayoutSetBranchId()
Gets the layoutSetBranchId value for this LayoutBranchSoap.

Returns:
layoutSetBranchId

setLayoutSetBranchId

public void setLayoutSetBranchId(long layoutSetBranchId)
Sets the layoutSetBranchId value for this LayoutBranchSoap.

Parameters:
layoutSetBranchId -

isMaster

public boolean isMaster()
Gets the master value for this LayoutBranchSoap.

Returns:
master

setMaster

public void setMaster(boolean master)
Sets the master value for this LayoutBranchSoap.

Parameters:
master -

getName

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

Returns:
name

setName

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

Parameters:
name -

getPlid

public long getPlid()
Gets the plid value for this LayoutBranchSoap.

Returns:
plid

setPlid

public void setPlid(long plid)
Sets the plid value for this LayoutBranchSoap.

Parameters:
plid -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUserName

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

Returns:
userName

setUserName

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

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