com.liferay.client.soap.portlet.softwarecatalog.model
Class SCLicenseSoap

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

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

See Also:
Serialized Form

Constructor Summary
SCLicenseSoap()
           
SCLicenseSoap(boolean active, long licenseId, java.lang.String name, boolean openSource, long primaryKey, boolean recommended, java.lang.String url)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getLicenseId()
          Gets the licenseId value for this SCLicenseSoap.
 java.lang.String getName()
          Gets the name value for this SCLicenseSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this SCLicenseSoap.
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
 java.lang.String getUrl()
          Gets the url value for this SCLicenseSoap.
 int hashCode()
           
 boolean isActive()
          Gets the active value for this SCLicenseSoap.
 boolean isOpenSource()
          Gets the openSource value for this SCLicenseSoap.
 boolean isRecommended()
          Gets the recommended value for this SCLicenseSoap.
 void setActive(boolean active)
          Sets the active value for this SCLicenseSoap.
 void setLicenseId(long licenseId)
          Sets the licenseId value for this SCLicenseSoap.
 void setName(java.lang.String name)
          Sets the name value for this SCLicenseSoap.
 void setOpenSource(boolean openSource)
          Sets the openSource value for this SCLicenseSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this SCLicenseSoap.
 void setRecommended(boolean recommended)
          Sets the recommended value for this SCLicenseSoap.
 void setUrl(java.lang.String url)
          Sets the url value for this SCLicenseSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCLicenseSoap

public SCLicenseSoap()

SCLicenseSoap

public SCLicenseSoap(boolean active,
                     long licenseId,
                     java.lang.String name,
                     boolean openSource,
                     long primaryKey,
                     boolean recommended,
                     java.lang.String url)
Method Detail

isActive

public boolean isActive()
Gets the active value for this SCLicenseSoap.

Returns:
active

setActive

public void setActive(boolean active)
Sets the active value for this SCLicenseSoap.

Parameters:
active -

getLicenseId

public long getLicenseId()
Gets the licenseId value for this SCLicenseSoap.

Returns:
licenseId

setLicenseId

public void setLicenseId(long licenseId)
Sets the licenseId value for this SCLicenseSoap.

Parameters:
licenseId -

getName

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

Returns:
name

setName

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

Parameters:
name -

isOpenSource

public boolean isOpenSource()
Gets the openSource value for this SCLicenseSoap.

Returns:
openSource

setOpenSource

public void setOpenSource(boolean openSource)
Sets the openSource value for this SCLicenseSoap.

Parameters:
openSource -

getPrimaryKey

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

Returns:
primaryKey

setPrimaryKey

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

Parameters:
primaryKey -

isRecommended

public boolean isRecommended()
Gets the recommended value for this SCLicenseSoap.

Returns:
recommended

setRecommended

public void setRecommended(boolean recommended)
Sets the recommended value for this SCLicenseSoap.

Parameters:
recommended -

getUrl

public java.lang.String getUrl()
Gets the url value for this SCLicenseSoap.

Returns:
url

setUrl

public void setUrl(java.lang.String url)
Sets the url value for this SCLicenseSoap.

Parameters:
url -

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