public class AbstractTransferObject extends Object implements Serializable
Constructor and Description |
---|
AbstractTransferObject() |
AbstractTransferObject(AbstractTransferObject otherBean)
Copies constructor from other AbstractTransferObject
|
Modifier and Type | Method and Description |
---|---|
void |
copy(AbstractTransferObject otherBean)
Copies all properties from the argument value object into this value object.
|
public AbstractTransferObject()
public AbstractTransferObject(AbstractTransferObject otherBean)
otherBean
- , cannot be null
NullPointerException
- if the argument is null
public void copy(AbstractTransferObject otherBean)
Copyright © 2019 Communote team. All rights reserved.