public class AnnouncementsFlagSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AnnouncementsFlagSoap() |
AnnouncementsFlagSoap(long companyId,
java.util.Calendar createDate,
long entryId,
long flagId,
long primaryKey,
long userId,
int value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Gets the companyId value for this AnnouncementsFlagSoap.
|
java.util.Calendar |
getCreateDate()
Gets the createDate value for this AnnouncementsFlagSoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getEntryId()
Gets the entryId value for this AnnouncementsFlagSoap.
|
long |
getFlagId()
Gets the flagId value for this AnnouncementsFlagSoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this AnnouncementsFlagSoap.
|
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 AnnouncementsFlagSoap.
|
int |
getValue()
Gets the value value for this AnnouncementsFlagSoap.
|
int |
hashCode() |
void |
setCompanyId(long companyId)
Sets the companyId value for this AnnouncementsFlagSoap.
|
void |
setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this AnnouncementsFlagSoap.
|
void |
setEntryId(long entryId)
Sets the entryId value for this AnnouncementsFlagSoap.
|
void |
setFlagId(long flagId)
Sets the flagId value for this AnnouncementsFlagSoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this AnnouncementsFlagSoap.
|
void |
setUserId(long userId)
Sets the userId value for this AnnouncementsFlagSoap.
|
void |
setValue(int value)
Sets the value value for this AnnouncementsFlagSoap.
|
public AnnouncementsFlagSoap()
public AnnouncementsFlagSoap(long companyId,
java.util.Calendar createDate,
long entryId,
long flagId,
long primaryKey,
long userId,
int value)
public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public java.util.Calendar getCreateDate()
public void setCreateDate(java.util.Calendar createDate)
createDate - public long getEntryId()
public void setEntryId(long entryId)
entryId - public long getFlagId()
public void setFlagId(long flagId)
flagId - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public long getUserId()
public void setUserId(long userId)
userId - public int getValue()
public void setValue(int value)
value - 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)