public class Site extends Object implements Serializable
| Constructor and Description |
|---|
Site() |
Site(Long id,
String url,
String childNetworkCode,
ApprovalStatus approvalStatus,
Boolean active) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getActive()
Gets the active value for this Site.
|
ApprovalStatus |
getApprovalStatus()
Gets the approvalStatus value for this Site.
|
String |
getChildNetworkCode()
Gets the childNetworkCode value for this Site.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getId()
Gets the id value for this Site.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUrl()
Gets the url value for this Site.
|
int |
hashCode() |
void |
setActive(Boolean active)
Sets the active value for this Site.
|
void |
setApprovalStatus(ApprovalStatus approvalStatus)
Sets the approvalStatus value for this Site.
|
void |
setChildNetworkCode(String childNetworkCode)
Sets the childNetworkCode value for this Site.
|
void |
setId(Long id)
Sets the id value for this Site.
|
void |
setUrl(String url)
Sets the url value for this Site.
|
String |
toString() |
public Site()
public Site(Long id, String url, String childNetworkCode, ApprovalStatus approvalStatus, Boolean active)
public Long getId()
public void setId(Long id)
id - public String getUrl()
public void setUrl(String url)
url - public String getChildNetworkCode()
public void setChildNetworkCode(String childNetworkCode)
childNetworkCode - public ApprovalStatus getApprovalStatus()
public void setApprovalStatus(ApprovalStatus approvalStatus)
approvalStatus - public Boolean getActive()
public void setActive(Boolean active)
active - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.