- All Implemented Interfaces:
Serializable
This Class Team is used as the model object for Team Entity.
- Author:
- Infosys Equinox
- See Also:
-
-
-
Constructor Summary
Constructors
-
Method Summary
This function is used to map the params present in object
TeamDO
to
Team
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
createdTime
protected Date createdTime
createdTime param.
-
updatedTime
protected Date updatedTime
updatedTime param.
-
-
Method Details
-
fromDomainObject
This function is used to map the params present in object
TeamDO
to
Team
- Parameters:
teamDO
- which is to be mapped to an object of type Team
- Returns:
- It returns the object of type
Team
.
-
toDomainObject
public TeamDO toDomainObject()
To domain object.
This function is used to map the params present in object
Team
to
TeamDO
- Returns:
- It returns the object of type
TeamDO
.