org.opencrx.kernel.contract1.cci2
Interface AbstractSalesOrderPosition.Identity

All Superinterfaces:
Identity, Serializable
Enclosing interface:
AbstractSalesOrderPosition

public static interface AbstractSalesOrderPosition.Identity
extends Identity

Object Identity


Method Summary
 String getId()
          The id value
 QualifierType getIdType()
          Tells whether the id value is persistent or reassignable.
 SalesOrder.Identity getSalesOrder()
          Retrieve the SalesOrder's identity
 

Method Detail

getSalesOrder

SalesOrder.Identity getSalesOrder()
Retrieve the SalesOrder's identity

Returns:
the parent object's identity

getIdType

QualifierType getIdType()
Tells whether the id value is persistent or reassignable.

Returns:
PERSISTENT or REASSIGNABLE

getId

String getId()
The id value

Returns:
the id value


This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.