org.eclipse.tigerstripe.workbench.model.deprecated_
Interface ISessionArtifact.IExposedUpdateProcedure

Enclosing interface:
ISessionArtifact

public static interface ISessionArtifact.IExposedUpdateProcedure


Method Summary
 java.lang.String getFullyQualifiedName()
          Returns the fully qualified name (ie.
 java.lang.String getName()
          Returns the name of this Update Procedure.
 void setFullyQualifiedName(java.lang.String fqn)
          Set the Fully Qualified Name of the Exposed Update Procedure.
 

Method Detail

setFullyQualifiedName

void setFullyQualifiedName(java.lang.String fqn)
Set the Fully Qualified Name of the Exposed Update Procedure. This should be the fqn of a Update Procedure Artifact in the project.

Parameters:
fqn -

getFullyQualifiedName

java.lang.String getFullyQualifiedName()
Returns the fully qualified name (ie. package + name) of this Update Procedure.

Returns:
String - fully qualified name of this Update Procedure

getName

java.lang.String getName()
Returns the name of this Update Procedure.

Returns:
String - the name of this Update Procedure