public class DefaultDevice extends org.onosproject.yang.model.InnerModelObject implements Device, org.onosproject.yang.model.MultiInstanceObject<DeviceKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeDevice.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Cont7 |
cont7 |
protected boolean |
customsSupervisor |
protected String |
deviceid |
protected List<String> |
employeeId |
protected List<MaterialSupervisor> |
materialSupervisor |
protected String |
merchandiserSupervisor |
protected PurchasingSupervisor |
purchasingSupervisor |
protected String |
tradingSupervisor |
protected BitSet |
valueLeafFlags |
protected List<String> |
warehouseSupervisor |
| Constructor and Description |
|---|
DefaultDevice()
Creates an instance of defaultDevice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToEmployeeId(String addTo)
Adds to the list of employeeId.
|
void |
addToMaterialSupervisor(MaterialSupervisor addTo)
Adds to the list of materialSupervisor.
|
void |
addToWarehouseSupervisor(String addTo)
Adds to the list of warehouseSupervisor.
|
Cont7 |
cont7()
Returns the attribute cont7.
|
void |
cont7(Cont7 cont7)
Sets the attribute cont7.
|
boolean |
customsSupervisor()
Returns the attribute customsSupervisor.
|
void |
customsSupervisor(boolean customsSupervisor)
Sets the attribute customsSupervisor.
|
String |
deviceid()
Returns the attribute deviceid.
|
void |
deviceid(String deviceid)
Sets the attribute deviceid.
|
List<String> |
employeeId()
Returns the attribute employeeId.
|
void |
employeeId(List<String> employeeId)
Sets the attribute employeeId.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Device.LeafIdentifier leaf)
Checks if the leaf value is set.
|
List<MaterialSupervisor> |
materialSupervisor()
Returns the attribute materialSupervisor.
|
void |
materialSupervisor(List<MaterialSupervisor> materialSupervisor)
Sets the attribute materialSupervisor.
|
String |
merchandiserSupervisor()
Returns the attribute merchandiserSupervisor.
|
void |
merchandiserSupervisor(String merchandiserSupervisor)
Sets the attribute merchandiserSupervisor.
|
PurchasingSupervisor |
purchasingSupervisor()
Returns the attribute purchasingSupervisor.
|
void |
purchasingSupervisor(PurchasingSupervisor purchasingSupervisor)
Sets the attribute purchasingSupervisor.
|
String |
toString() |
String |
tradingSupervisor()
Returns the attribute tradingSupervisor.
|
void |
tradingSupervisor(String tradingSupervisor)
Sets the attribute tradingSupervisor.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
List<String> |
warehouseSupervisor()
Returns the attribute warehouseSupervisor.
|
void |
warehouseSupervisor(List<String> warehouseSupervisor)
Sets the attribute warehouseSupervisor.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected String deviceid
protected boolean customsSupervisor
protected String merchandiserSupervisor
protected String tradingSupervisor
protected BitSet valueLeafFlags
protected List<MaterialSupervisor> materialSupervisor
protected PurchasingSupervisor purchasingSupervisor
protected Cont7 cont7
public String deviceid()
Devicepublic boolean customsSupervisor()
DevicecustomsSupervisor in interface Devicepublic String merchandiserSupervisor()
DevicemerchandiserSupervisor in interface Devicepublic String tradingSupervisor()
DevicetradingSupervisor in interface Devicepublic List<String> warehouseSupervisor()
DevicewarehouseSupervisor in interface Devicepublic List<String> employeeId()
DeviceemployeeId in interface Devicepublic BitSet valueLeafFlags()
DevicevalueLeafFlags in interface Devicepublic List<MaterialSupervisor> materialSupervisor()
DevicematerialSupervisor in interface Devicepublic PurchasingSupervisor purchasingSupervisor()
DevicepurchasingSupervisor in interface Devicepublic void deviceid(String deviceid)
Devicepublic void customsSupervisor(boolean customsSupervisor)
DevicecustomsSupervisor in interface DevicecustomsSupervisor - value of customsSupervisorpublic void merchandiserSupervisor(String merchandiserSupervisor)
DevicemerchandiserSupervisor in interface DevicemerchandiserSupervisor - value of merchandiserSupervisorpublic void tradingSupervisor(String tradingSupervisor)
DevicetradingSupervisor in interface DevicetradingSupervisor - value of tradingSupervisorpublic void warehouseSupervisor(List<String> warehouseSupervisor)
DevicewarehouseSupervisor in interface DevicewarehouseSupervisor - list of warehouseSupervisorpublic void employeeId(List<String> employeeId)
DeviceemployeeId in interface DeviceemployeeId - list of employeeIdpublic void materialSupervisor(List<MaterialSupervisor> materialSupervisor)
DevicematerialSupervisor in interface DevicematerialSupervisor - list of materialSupervisorpublic void purchasingSupervisor(PurchasingSupervisor purchasingSupervisor)
DevicepurchasingSupervisor in interface DevicepurchasingSupervisor - value of purchasingSupervisorpublic void cont7(Cont7 cont7)
Devicepublic void addToWarehouseSupervisor(String addTo)
DeviceaddToWarehouseSupervisor in interface DeviceaddTo - value of warehouseSupervisorpublic void addToEmployeeId(String addTo)
DeviceaddToEmployeeId in interface DeviceaddTo - value of employeeIdpublic void addToMaterialSupervisor(MaterialSupervisor addTo)
DeviceaddToMaterialSupervisor in interface DeviceaddTo - value of materialSupervisorpublic boolean isLeafValueSet(Device.LeafIdentifier leaf)
DeviceisLeafValueSet in interface Deviceleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.