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 Details

  • Method Details

    • getRoleName

      public String getRoleName()
      The name of the Role

      Supported API: true

      See Also:
    • setRoleName

      public void setRoleName(String roleName) throws WTPropertyVetoException
      The name of the Role

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also:
    • isVote

      public boolean isVote()
      The signer's vote. Approve/Disapprove. Required attribute.

      Supported API: true

      See Also:
    • setVote

      public void setVote(boolean vote) throws WTPropertyVetoException
      The signer's vote. Approve/Disapprove. Required attribute.

      Supported API: true

      Throws:
      WTPropertyVetoException
      See Also:
    • getSignerName

      public String getSignerName()
      Full name of signing user. Required attribute.

      Supported API: true

      Specified by:
      getSignerName in interface wt.lifecycle._Signable
      See Also:
      • Signable
    • setSignerName

      public void setSignerName(String signerName) throws WTPropertyVetoException
      Full name of signing user. Required attribute.

      Supported API: true

      Specified by:
      setSignerName in interface wt.lifecycle._Signable
      Throws:
      WTPropertyVetoException
      See Also:
      • Signable
    • getComments

      public String getComments()
      Note: Should be removed in favor of Annotatable.

      Supported API: true

      Specified by:
      getComments in interface wt.lifecycle._Signable
      See Also:
      • Signable
    • setComments

      public void setComments(String comments) throws WTPropertyVetoException
      Note: Should be removed in favor of Annotatable.

      Supported API: true

      Specified by:
      setComments in interface wt.lifecycle._Signable
      Throws:
      WTPropertyVetoException
      See Also:
      • Signable