public class SerialNumberContainer extends Container implements SerialNumber
Constructor and Description |
---|
SerialNumberContainer() |
Modifier and Type | Method and Description |
---|---|
SerialNumberPolicy |
policy() |
void |
policy(SerialNumberPolicy newPolicy) |
boolean |
policyPresent() |
String |
value() |
void |
value(String newValue) |
boolean |
valuePresent() |
makeArrayList, makeUnmodifiableList
public SerialNumberPolicy policy()
policy
in interface SerialNumber
public void policy(SerialNumberPolicy newPolicy)
public boolean policyPresent()
policyPresent
in interface SerialNumber
public String value()
value
in interface SerialNumber
public void value(String newValue)
public boolean valuePresent()
valuePresent
in interface SerialNumber
Copyright © 2016. All rights reserved.