public abstract class PropertyBase extends Object implements Serializable
| Constructor and Description |
|---|
PropertyBase()
Typical Constructor
|
PropertyBase(PropertyBase template)
Copy/clone Constructor the resulting object will return true if tested with this.equals(template) as
long as the template object is not null;
|
public PropertyBase()
public PropertyBase(PropertyBase template)
template - object being copiedCopyright © 2018–2019 ODPi. All rights reserved.