com.liferay.client.soap.lock.model
Class Lock

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

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

See Also:
Serialized Form

Constructor Summary
Lock()
           
Lock(java.lang.String className, java.util.Calendar date, long expirationTime, boolean expired, boolean inheritable, java.lang.String owner, java.lang.Object primaryKey, long userId, java.lang.String uuid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getClassName()
          Gets the className value for this Lock.
 java.util.Calendar getDate()
          Gets the date value for this Lock.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getExpirationTime()
          Gets the expirationTime value for this Lock.
 java.lang.String getOwner()
          Gets the owner value for this Lock.
 java.lang.Object getPrimaryKey()
          Gets the primaryKey value for this Lock.
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 Lock.
 java.lang.String getUuid()
          Gets the uuid value for this Lock.
 int hashCode()
           
 boolean isExpired()
          Gets the expired value for this Lock.
 boolean isInheritable()
          Gets the inheritable value for this Lock.
 void setClassName(java.lang.String className)
          Sets the className value for this Lock.
 void setDate(java.util.Calendar date)
          Sets the date value for this Lock.
 void setExpirationTime(long expirationTime)
          Sets the expirationTime value for this Lock.
 void setExpired(boolean expired)
          Sets the expired value for this Lock.
 void setInheritable(boolean inheritable)
          Sets the inheritable value for this Lock.
 void setOwner(java.lang.String owner)
          Sets the owner value for this Lock.
 void setPrimaryKey(java.lang.Object primaryKey)
          Sets the primaryKey value for this Lock.
 void setUserId(long userId)
          Sets the userId value for this Lock.
 void setUuid(java.lang.String uuid)
          Sets the uuid value for this Lock.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lock

public Lock()

Lock

public Lock(java.lang.String className,
            java.util.Calendar date,
            long expirationTime,
            boolean expired,
            boolean inheritable,
            java.lang.String owner,
            java.lang.Object primaryKey,
            long userId,
            java.lang.String uuid)
Method Detail

getClassName

public java.lang.String getClassName()
Gets the className value for this Lock.

Returns:
className

setClassName

public void setClassName(java.lang.String className)
Sets the className value for this Lock.

Parameters:
className -

getDate

public java.util.Calendar getDate()
Gets the date value for this Lock.

Returns:
date

setDate

public void setDate(java.util.Calendar date)
Sets the date value for this Lock.

Parameters:
date -

getExpirationTime

public long getExpirationTime()
Gets the expirationTime value for this Lock.

Returns:
expirationTime

setExpirationTime

public void setExpirationTime(long expirationTime)
Sets the expirationTime value for this Lock.

Parameters:
expirationTime -

isExpired

public boolean isExpired()
Gets the expired value for this Lock.

Returns:
expired

setExpired

public void setExpired(boolean expired)
Sets the expired value for this Lock.

Parameters:
expired -

isInheritable

public boolean isInheritable()
Gets the inheritable value for this Lock.

Returns:
inheritable

setInheritable

public void setInheritable(boolean inheritable)
Sets the inheritable value for this Lock.

Parameters:
inheritable -

getOwner

public java.lang.String getOwner()
Gets the owner value for this Lock.

Returns:
owner

setOwner

public void setOwner(java.lang.String owner)
Sets the owner value for this Lock.

Parameters:
owner -

getPrimaryKey

public java.lang.Object getPrimaryKey()
Gets the primaryKey value for this Lock.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(java.lang.Object primaryKey)
Sets the primaryKey value for this Lock.

Parameters:
primaryKey -

getUserId

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

Returns:
userId

setUserId

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

Parameters:
userId -

getUuid

public java.lang.String getUuid()
Gets the uuid value for this Lock.

Returns:
uuid

setUuid

public void setUuid(java.lang.String uuid)
Sets the uuid value for this Lock.

Parameters:
uuid -

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