public class ProductRejectCause
extends java.lang.Object
Constructor and Description |
---|
ProductRejectCause() |
ProductRejectCause(ProductRejectCause other) |
Modifier and Type | Method and Description |
---|---|
int |
getContractStatus() |
int |
getDeviceState() |
boolean |
isReject() |
boolean |
isRejectByContractStatus() |
boolean |
isRejectByDeviceState() |
boolean |
isRejectBySecondary() |
void |
setRejectByContractStatus(int contractStatus,
boolean reject) |
void |
setRejectByDeviceState(int deviceState,
boolean reject) |
void |
setRejectBySecondary() |
java.lang.String |
toString() |
public ProductRejectCause()
public ProductRejectCause(ProductRejectCause other)
public boolean isReject()
public void setRejectByDeviceState(int deviceState, boolean reject)
public boolean isRejectByDeviceState()
public int getDeviceState()
public void setRejectByContractStatus(int contractStatus, boolean reject)
public boolean isRejectByContractStatus()
public int getContractStatus()
public void setRejectBySecondary()
public boolean isRejectBySecondary()
public java.lang.String toString()
toString
in class java.lang.Object