Package com.skava.catalog.model.exchange
Class Model
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.catalog.model.exchange.Model
- All Implemented Interfaces:
Serializable
public class Model
extends com.skava.core.validation.OutputModel
Class Model
This model contains the response of a model, such as identifier, type, etc.
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Model
public Model()
-
-
Method Details
-
fromDomainObject
method fromDomainObject
This method is used convert from model domain object to model exchange object.
- Parameters:
modelDO
- It contains the domain models of the model- Returns:
- It returns
Model
.
-