org.eclipse.stardust.engine.api.runtime
Interface DepartmentInfo

All Superinterfaces:
Serializable
All Known Subinterfaces:
Department

public interface DepartmentInfo
extends Serializable


Method Summary
 String getId()
          Gets the id Id of this department info.
 String getName()
          Gets the name of this department info.
 long getOID()
          Gets the OID of this department info.
 long getRuntimeOrganizationOID()
          Returns the runtime OID of the bound organization.
 

Method Detail

getOID

long getOID()
Gets the OID of this department info.

Returns:
The OID of this object

getId

String getId()
Gets the id Id of this department info.

Returns:
The Id.

getName

String getName()
Gets the name of this department info.

Returns:
The name.

getRuntimeOrganizationOID

long getRuntimeOrganizationOID()
Returns the runtime OID of the bound organization.

Returns:
The OID.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.