org.eclipse.stardust.engine.core.spi.security
Class ExternalDepartmentConfiguration

java.lang.Object
  extended by org.eclipse.stardust.engine.core.spi.security.ExternalDepartmentConfiguration

public abstract class ExternalDepartmentConfiguration
extends java.lang.Object


Constructor Summary
ExternalDepartmentConfiguration()
           
 
Method Summary
abstract  java.lang.String getDescription()
          Gets the description of the external department.
abstract  java.lang.String getName()
          Gets the name of the external department.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalDepartmentConfiguration

public ExternalDepartmentConfiguration()
Method Detail

getName

public abstract java.lang.String getName()
Gets the name of the external department.

Returns:
The name.

getDescription

public abstract java.lang.String getDescription()
Gets the description of the external department.

Returns:
The description.


Copyright © 2013 SunGard CSA LLC. All Rights Reserved.