Agentflow
V3.1

pe.pase
Class AccessAdminArtifact

java.lang.Object
  extended by pe.pase.AccessAdminArtifact
All Implemented Interfaces:
java.io.Serializable

public class AccessAdminArtifact
extends java.lang.Object
implements java.io.Serializable

The admin's access right for artifacts within the specified scope.

Version:
1.3
Author:
lchuang
See Also:
Serialized Form

Field Summary
static java.lang.String ARTIFACT
          Range type: artifact
static java.lang.String PROJECT
          Range type: project
 
Constructor Summary
AccessAdminArtifact()
          Constructor.
AccessAdminArtifact(java.lang.String rID)
          Constructor.
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getMemberID()
          Get id of the member who owns the access right.
 java.lang.String getRangeID()
          Get id of the scope which owns the artifacts.
 java.lang.String getRangeType()
          Get type of the scope which owns the artifacts.
 void setMemberID(java.lang.String mID)
          Set id of the member who owns the access right.
 void setRangeID(java.lang.String id)
          Set id of the scope which owns the artifacts.
 void setRangeType(java.lang.String type)
          Set type of the scope which owns the artifacts.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARTIFACT

public static final java.lang.String ARTIFACT
Range type: artifact

Since:
version 1.3
See Also:
Constant Field Values

PROJECT

public static final java.lang.String PROJECT
Range type: project

Since:
version 1.3
See Also:
Constant Field Values
Constructor Detail

AccessAdminArtifact

public AccessAdminArtifact()
Constructor. Construct a instance of AccessAdminArtifact without parameters.

Since:
version 1.3

AccessAdminArtifact

public AccessAdminArtifact(java.lang.String rID)
Constructor. Construct a instance of AccessArtifact with the specified range.

Parameters:
id - the given range
Since:
version 1.3
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

getMemberID

public java.lang.String getMemberID()
Get id of the member who owns the access right.

Returns:
the member id
Since:
version 1.3

getRangeID

public java.lang.String getRangeID()
Get id of the scope which owns the artifacts.

Returns:
the range id
Since:
version 1.3

getRangeType

public java.lang.String getRangeType()
Get type of the scope which owns the artifacts.

Returns:
the range type. (PROCESS, PROJECT, ARTIFACT)
Since:
version 1.3

setMemberID

public void setMemberID(java.lang.String mID)
Set id of the member who owns the access right.

Parameters:
id - the given member id
Since:
version 1.3

setRangeID

public void setRangeID(java.lang.String id)
Set id of the scope which owns the artifacts.

Parameters:
id - the given range id
Since:
version 1.3

setRangeType

public void setRangeType(java.lang.String type)
Set type of the scope which owns the artifacts.

Parameters:
id - the given range type. (PROCESS, PROJECT, ARTIFACT)
Since:
version 1.3

Agentflow
V3.1

Submit a bug or feature
Copyright 1999-2010 Flowring , Inc. 12F., No.120, Sec2, Gongdao 5th Rd.,
Hsinchu City 300, Taiwan (R.O.C.) All Rights Reserved.