Package wt.lifecycle
Class _LifeCycleSignature
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.lifecycle._LifeCycleSignature
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.lifecycle._Signable,wt.lifecycle.Signable
- Direct Known Subclasses:
LifeCycleSignature
public abstract class _LifeCycleSignature
extends WTObject
implements wt.lifecycle.Signable, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the Rolestatic final StringThe signer's vote.Fields inherited from interface wt.lifecycle._Signable
COMMENTS, SIGNER_NAME -
Method Summary
Modifier and TypeMethodDescriptionNote: Should be removed in favor of Annotatable.The name of the RoleFull name of signing user.booleanisVote()The signer's vote.voidsetComments(String comments) Note: Should be removed in favor of Annotatable.voidsetRoleName(String roleName) The name of the RolevoidsetSignerName(String signerName) Full name of signing user.voidsetVote(boolean vote) The signer's vote.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
ROLE_NAME
The name of the RoleSupported API: true
- See Also:
-
VOTE
The signer's vote. Approve/Disapprove. Required attribute.Supported API: true
- See Also:
-
-
Method Details
-
getRoleName
The name of the RoleSupported API: true
- See Also:
-
setRoleName
The name of the RoleSupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
isVote
public boolean isVote()The signer's vote. Approve/Disapprove. Required attribute.Supported API: true
- See Also:
-
setVote
The signer's vote. Approve/Disapprove. Required attribute.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getSignerName
Full name of signing user. Required attribute.Supported API: true
- Specified by:
getSignerNamein interfacewt.lifecycle._Signable- See Also:
-
Signable
-
setSignerName
Full name of signing user. Required attribute.Supported API: true
- Specified by:
setSignerNamein interfacewt.lifecycle._Signable- Throws:
WTPropertyVetoException- See Also:
-
Signable
-
getComments
Note: Should be removed in favor of Annotatable.Supported API: true
- Specified by:
getCommentsin interfacewt.lifecycle._Signable- See Also:
-
Signable
-
setComments
Note: Should be removed in favor of Annotatable.Supported API: true
- Specified by:
setCommentsin interfacewt.lifecycle._Signable- Throws:
WTPropertyVetoException- See Also:
-
Signable
-