public class SCFrameworkVersionSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SCFrameworkVersionSoap() |
SCFrameworkVersionSoap(boolean active,
long companyId,
java.util.Calendar createDate,
long frameworkVersionId,
long groupId,
java.util.Calendar modifiedDate,
java.lang.String name,
long primaryKey,
int priority,
java.lang.String url,
long userId,
java.lang.String userName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Gets the companyId value for this SCFrameworkVersionSoap.
|
java.util.Calendar |
getCreateDate()
Gets the createDate value for this SCFrameworkVersionSoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getFrameworkVersionId()
Gets the frameworkVersionId value for this SCFrameworkVersionSoap.
|
long |
getGroupId()
Gets the groupId value for this SCFrameworkVersionSoap.
|
java.util.Calendar |
getModifiedDate()
Gets the modifiedDate value for this SCFrameworkVersionSoap.
|
java.lang.String |
getName()
Gets the name value for this SCFrameworkVersionSoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this SCFrameworkVersionSoap.
|
int |
getPriority()
Gets the priority value for this SCFrameworkVersionSoap.
|
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 SCFrameworkVersionSoap.
|
long |
getUserId()
Gets the userId value for this SCFrameworkVersionSoap.
|
java.lang.String |
getUserName()
Gets the userName value for this SCFrameworkVersionSoap.
|
int |
hashCode() |
boolean |
isActive()
Gets the active value for this SCFrameworkVersionSoap.
|
void |
setActive(boolean active)
Sets the active value for this SCFrameworkVersionSoap.
|
void |
setCompanyId(long companyId)
Sets the companyId value for this SCFrameworkVersionSoap.
|
void |
setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this SCFrameworkVersionSoap.
|
void |
setFrameworkVersionId(long frameworkVersionId)
Sets the frameworkVersionId value for this SCFrameworkVersionSoap.
|
void |
setGroupId(long groupId)
Sets the groupId value for this SCFrameworkVersionSoap.
|
void |
setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this SCFrameworkVersionSoap.
|
void |
setName(java.lang.String name)
Sets the name value for this SCFrameworkVersionSoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this SCFrameworkVersionSoap.
|
void |
setPriority(int priority)
Sets the priority value for this SCFrameworkVersionSoap.
|
void |
setUrl(java.lang.String url)
Sets the url value for this SCFrameworkVersionSoap.
|
void |
setUserId(long userId)
Sets the userId value for this SCFrameworkVersionSoap.
|
void |
setUserName(java.lang.String userName)
Sets the userName value for this SCFrameworkVersionSoap.
|
public SCFrameworkVersionSoap()
public SCFrameworkVersionSoap(boolean active,
long companyId,
java.util.Calendar createDate,
long frameworkVersionId,
long groupId,
java.util.Calendar modifiedDate,
java.lang.String name,
long primaryKey,
int priority,
java.lang.String url,
long userId,
java.lang.String userName)
public boolean isActive()
public void setActive(boolean active)
active - public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public java.util.Calendar getCreateDate()
public void setCreateDate(java.util.Calendar createDate)
createDate - public long getFrameworkVersionId()
public void setFrameworkVersionId(long frameworkVersionId)
frameworkVersionId - public long getGroupId()
public void setGroupId(long groupId)
groupId - public java.util.Calendar getModifiedDate()
public void setModifiedDate(java.util.Calendar modifiedDate)
modifiedDate - public java.lang.String getName()
public void setName(java.lang.String name)
name - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public int getPriority()
public void setPriority(int priority)
priority - public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - public long getUserId()
public void setUserId(long userId)
userId - public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)