public class DeviceEnrollmentInfo extends org.wso2.carbon.device.mgt.common.EnrolmentInfo implements Serializable
| Constructor and Description |
|---|
DeviceEnrollmentInfo() |
DeviceEnrollmentInfo(org.wso2.carbon.device.mgt.common.Device device,
String owner,
org.wso2.carbon.device.mgt.common.EnrolmentInfo.OwnerShip ownership,
org.wso2.carbon.device.mgt.common.EnrolmentInfo.Status status) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getDateOfEnrolment() |
Long |
getDateOfLastUpdate() |
org.wso2.carbon.device.mgt.common.Device |
getDevice() |
String |
getOwner() |
org.wso2.carbon.device.mgt.common.EnrolmentInfo.OwnerShip |
getOwnership() |
org.wso2.carbon.device.mgt.common.EnrolmentInfo.Status |
getStatus() |
int |
hashCode() |
void |
setDateOfEnrolment(Long dateOfEnrolment) |
void |
setDateOfLastUpdate(Long dateOfLastUpdate) |
void |
setDevice(org.wso2.carbon.device.mgt.common.Device device) |
void |
setOwner(String owner) |
void |
setOwnership(org.wso2.carbon.device.mgt.common.EnrolmentInfo.OwnerShip ownership) |
void |
setStatus(org.wso2.carbon.device.mgt.common.EnrolmentInfo.Status status) |
public DeviceEnrollmentInfo()
public DeviceEnrollmentInfo(org.wso2.carbon.device.mgt.common.Device device,
String owner,
org.wso2.carbon.device.mgt.common.EnrolmentInfo.OwnerShip ownership,
org.wso2.carbon.device.mgt.common.EnrolmentInfo.Status status)
public Long getDateOfEnrolment()
getDateOfEnrolment in class org.wso2.carbon.device.mgt.common.EnrolmentInfopublic void setDateOfEnrolment(Long dateOfEnrolment)
setDateOfEnrolment in class org.wso2.carbon.device.mgt.common.EnrolmentInfopublic Long getDateOfLastUpdate()
getDateOfLastUpdate in class org.wso2.carbon.device.mgt.common.EnrolmentInfopublic void setDateOfLastUpdate(Long dateOfLastUpdate)
setDateOfLastUpdate in class org.wso2.carbon.device.mgt.common.EnrolmentInfopublic org.wso2.carbon.device.mgt.common.EnrolmentInfo.OwnerShip getOwnership()
getOwnership in class org.wso2.carbon.device.mgt.common.EnrolmentInfopublic void setOwnership(org.wso2.carbon.device.mgt.common.EnrolmentInfo.OwnerShip ownership)
setOwnership in class org.wso2.carbon.device.mgt.common.EnrolmentInfopublic org.wso2.carbon.device.mgt.common.EnrolmentInfo.Status getStatus()
getStatus in class org.wso2.carbon.device.mgt.common.EnrolmentInfopublic void setStatus(org.wso2.carbon.device.mgt.common.EnrolmentInfo.Status status)
setStatus in class org.wso2.carbon.device.mgt.common.EnrolmentInfopublic String getOwner()
getOwner in class org.wso2.carbon.device.mgt.common.EnrolmentInfopublic void setOwner(String owner)
setOwner in class org.wso2.carbon.device.mgt.common.EnrolmentInfopublic org.wso2.carbon.device.mgt.common.Device getDevice()
public void setDevice(org.wso2.carbon.device.mgt.common.Device device)
public boolean equals(Object obj)
equals in class org.wso2.carbon.device.mgt.common.EnrolmentInfopublic int hashCode()
hashCode in class org.wso2.carbon.device.mgt.common.EnrolmentInfoCopyright © 2017 WSO2. All rights reserved.