|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.soap.portal.model.OrgLaborSoap
public class OrgLaborSoap
Constructor Summary | |
---|---|
OrgLaborSoap()
|
|
OrgLaborSoap(int friClose,
int friOpen,
int monClose,
int monOpen,
long orgLaborId,
long organizationId,
long primaryKey,
int satClose,
int satOpen,
int sunClose,
int sunOpen,
int thuClose,
int thuOpen,
int tueClose,
int tueOpen,
int typeId,
int wedClose,
int wedOpen)
|
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 |
int |
getFriClose()
Gets the friClose value for this OrgLaborSoap. |
int |
getFriOpen()
Gets the friOpen value for this OrgLaborSoap. |
int |
getMonClose()
Gets the monClose value for this OrgLaborSoap. |
int |
getMonOpen()
Gets the monOpen value for this OrgLaborSoap. |
long |
getOrganizationId()
Gets the organizationId value for this OrgLaborSoap. |
long |
getOrgLaborId()
Gets the orgLaborId value for this OrgLaborSoap. |
long |
getPrimaryKey()
Gets the primaryKey value for this OrgLaborSoap. |
int |
getSatClose()
Gets the satClose value for this OrgLaborSoap. |
int |
getSatOpen()
Gets the satOpen value for this OrgLaborSoap. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
int |
getSunClose()
Gets the sunClose value for this OrgLaborSoap. |
int |
getSunOpen()
Gets the sunOpen value for this OrgLaborSoap. |
int |
getThuClose()
Gets the thuClose value for this OrgLaborSoap. |
int |
getThuOpen()
Gets the thuOpen value for this OrgLaborSoap. |
int |
getTueClose()
Gets the tueClose value for this OrgLaborSoap. |
int |
getTueOpen()
Gets the tueOpen value for this OrgLaborSoap. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
getTypeId()
Gets the typeId value for this OrgLaborSoap. |
int |
getWedClose()
Gets the wedClose value for this OrgLaborSoap. |
int |
getWedOpen()
Gets the wedOpen value for this OrgLaborSoap. |
int |
hashCode()
|
void |
setFriClose(int friClose)
Sets the friClose value for this OrgLaborSoap. |
void |
setFriOpen(int friOpen)
Sets the friOpen value for this OrgLaborSoap. |
void |
setMonClose(int monClose)
Sets the monClose value for this OrgLaborSoap. |
void |
setMonOpen(int monOpen)
Sets the monOpen value for this OrgLaborSoap. |
void |
setOrganizationId(long organizationId)
Sets the organizationId value for this OrgLaborSoap. |
void |
setOrgLaborId(long orgLaborId)
Sets the orgLaborId value for this OrgLaborSoap. |
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this OrgLaborSoap. |
void |
setSatClose(int satClose)
Sets the satClose value for this OrgLaborSoap. |
void |
setSatOpen(int satOpen)
Sets the satOpen value for this OrgLaborSoap. |
void |
setSunClose(int sunClose)
Sets the sunClose value for this OrgLaborSoap. |
void |
setSunOpen(int sunOpen)
Sets the sunOpen value for this OrgLaborSoap. |
void |
setThuClose(int thuClose)
Sets the thuClose value for this OrgLaborSoap. |
void |
setThuOpen(int thuOpen)
Sets the thuOpen value for this OrgLaborSoap. |
void |
setTueClose(int tueClose)
Sets the tueClose value for this OrgLaborSoap. |
void |
setTueOpen(int tueOpen)
Sets the tueOpen value for this OrgLaborSoap. |
void |
setTypeId(int typeId)
Sets the typeId value for this OrgLaborSoap. |
void |
setWedClose(int wedClose)
Sets the wedClose value for this OrgLaborSoap. |
void |
setWedOpen(int wedOpen)
Sets the wedOpen value for this OrgLaborSoap. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrgLaborSoap()
public OrgLaborSoap(int friClose, int friOpen, int monClose, int monOpen, long orgLaborId, long organizationId, long primaryKey, int satClose, int satOpen, int sunClose, int sunOpen, int thuClose, int thuOpen, int tueClose, int tueOpen, int typeId, int wedClose, int wedOpen)
Method Detail |
---|
public int getFriClose()
public void setFriClose(int friClose)
friClose
- public int getFriOpen()
public void setFriOpen(int friOpen)
friOpen
- public int getMonClose()
public void setMonClose(int monClose)
monClose
- public int getMonOpen()
public void setMonOpen(int monOpen)
monOpen
- public long getOrgLaborId()
public void setOrgLaborId(long orgLaborId)
orgLaborId
- public long getOrganizationId()
public void setOrganizationId(long organizationId)
organizationId
- public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey
- public int getSatClose()
public void setSatClose(int satClose)
satClose
- public int getSatOpen()
public void setSatOpen(int satOpen)
satOpen
- public int getSunClose()
public void setSunClose(int sunClose)
sunClose
- public int getSunOpen()
public void setSunOpen(int sunOpen)
sunOpen
- public int getThuClose()
public void setThuClose(int thuClose)
thuClose
- public int getThuOpen()
public void setThuOpen(int thuOpen)
thuOpen
- public int getTueClose()
public void setTueClose(int tueClose)
tueClose
- public int getTueOpen()
public void setTueOpen(int tueOpen)
tueOpen
- public int getTypeId()
public void setTypeId(int typeId)
typeId
- public int getWedClose()
public void setWedClose(int wedClose)
wedClose
- public int getWedOpen()
public void setWedOpen(int wedOpen)
wedOpen
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |