org.openxma.dsl.reference.dto
Class ProductIdView

java.lang.Object
  extended by org.openxma.dsl.reference.dto.ProductIdView
All Implemented Interfaces:
java.io.Serializable, org.openxma.dsl.platform.service.EntityMapperSupport

public class ProductIdView
extends java.lang.Object
implements java.io.Serializable, org.openxma.dsl.platform.service.EntityMapperSupport

See Also:
Serialized Form

Constructor Summary
ProductIdView()
           
ProductIdView(java.lang.String productDisplayName, ProductId oid)
           
 
Method Summary
 ProductId getOid()
           
 java.lang.String getProductDisplayName()
           
 void mapFrom(java.lang.Object sourceObject)
           
<T> T
mapTo(java.lang.Class<T> target)
           
 void mapTo(java.lang.Object targetObject)
           
 void setOid(ProductId oid)
           
 void setProductDisplayName(java.lang.String productDisplayName)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProductIdView

public ProductIdView()

ProductIdView

public ProductIdView(java.lang.String productDisplayName,
                     ProductId oid)
Method Detail

setProductDisplayName

public void setProductDisplayName(java.lang.String productDisplayName)

getProductDisplayName

public java.lang.String getProductDisplayName()

setOid

public void setOid(ProductId oid)

getOid

public ProductId getOid()

mapFrom

public void mapFrom(java.lang.Object sourceObject)
Specified by:
mapFrom in interface org.openxma.dsl.platform.service.EntityMapperSupport

mapTo

public <T> T mapTo(java.lang.Class<T> target)
Specified by:
mapTo in interface org.openxma.dsl.platform.service.EntityMapperSupport

mapTo

public void mapTo(java.lang.Object targetObject)
Specified by:
mapTo in interface org.openxma.dsl.platform.service.EntityMapperSupport

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.