Class ECLAttributeWrapper


  • public class ECLAttributeWrapper
    extends Object
    • Constructor Detail

      • ECLAttributeWrapper

        public ECLAttributeWrapper()
        Instantiates a new ECL attribute wrapper.
      • ECLAttributeWrapper

        public ECLAttributeWrapper​(String modulename,
                                   String attributename,
                                   String attributetype,
                                   String ecltext)
        Instantiates a new ECL attribute wrapper.
        Parameters:
        modulename - the modulename
        attributename - the attributename
        attributetype - the attributetype
        ecltext - the ecltext
      • ECLAttributeWrapper

        public ECLAttributeWrapper​(org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.ECLAttribute raw)
        Instantiates a new ECL attribute wrapper.
        Parameters:
        raw - the raw
    • Method Detail

      • getVersion

        public Integer getVersion()
        Gets the version.
        Returns:
        the version
      • setVersion

        public void setVersion​(Integer version)
        Sets the version.
        Parameters:
        version - the new version
      • getType

        public String getType()
        Gets the type.
        Returns:
        the type
      • setType

        public void setType​(String type)
        Sets the type.
        Parameters:
        type - the new type
      • getText

        public String getText()
        Gets the text.
        Returns:
        the text
      • setText

        public void setText​(String text)
        Sets the text.
        Parameters:
        text - the new text
      • getSandboxVersion

        public Integer getSandboxVersion()
        Gets the sandbox version.
        Returns:
        the sandbox version
      • setSandboxVersion

        public void setSandboxVersion​(Integer sandboxVersion)
        Sets the sandbox version.
        Parameters:
        sandboxVersion - the new sandbox version
      • getResultType

        public Integer getResultType()
        Gets the result type.
        Returns:
        the result type
      • setResultType

        public void setResultType​(Integer resultType)
        Sets the result type.
        Parameters:
        resultType - the new result type
      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the new name
      • getModuleName

        public String getModuleName()
        Gets the module name.
        Returns:
        the module name
      • setModuleName

        public void setModuleName​(String moduleName)
        Sets the module name.
        Parameters:
        moduleName - the new module name
      • getModifiedDate

        public String getModifiedDate()
        Gets the modified date.
        Returns:
        the modified date
      • setModifiedDate

        public void setModifiedDate​(String modifiedDate)
        Sets the modified date.
        Parameters:
        modifiedDate - the new modified date
      • getModifiedBy

        public String getModifiedBy()
        Gets the modified by.
        Returns:
        the modified by
      • setModifiedBy

        public void setModifiedBy​(String modifiedBy)
        Sets the modified by.
        Parameters:
        modifiedBy - the new modified by
      • getLockedBy

        public String getLockedBy()
        Gets the locked by.
        Returns:
        the locked by
      • setLockedBy

        public void setLockedBy​(String lockedBy)
        Sets the locked by.
        Parameters:
        lockedBy - the new locked by
      • getLatestVersion

        public Integer getLatestVersion()
        Gets the latest version.
        Returns:
        the latest version
      • setLatestVersion

        public void setLatestVersion​(Integer latestVersion)
        Sets the latest version.
        Parameters:
        latestVersion - the new latest version
      • getIsSandbox

        public Boolean getIsSandbox()
        Gets the checks if is sandbox.
        Returns:
        the checks if is sandbox
      • setIsSandbox

        public void setIsSandbox​(Boolean isSandbox)
        Sets the checks if is sandbox.
        Parameters:
        isSandbox - the new checks if is sandbox
      • getIsOrphaned

        public Boolean getIsOrphaned()
        Gets the checks if is orphaned.
        Returns:
        the checks if is orphaned
      • setIsOrphaned

        public void setIsOrphaned​(Boolean isOrphaned)
        Sets the checks if is orphaned.
        Parameters:
        isOrphaned - the new checks if is orphaned
      • getIsLocked

        public Boolean getIsLocked()
        Gets the checks if is locked.
        Returns:
        the checks if is locked
      • setIsLocked

        public void setIsLocked​(Boolean isLocked)
        Sets the checks if is locked.
        Parameters:
        isLocked - the new checks if is locked
      • getIsCheckedOut

        public Boolean getIsCheckedOut()
        Gets the checks if is checked out.
        Returns:
        the checks if is checked out
      • setIsCheckedOut

        public void setIsCheckedOut​(Boolean isCheckedOut)
        Sets the checks if is checked out.
        Parameters:
        isCheckedOut - the new checks if is checked out
      • getFlags

        public Integer getFlags()
        Gets the flags.
        Returns:
        the flags
      • setFlags

        public void setFlags​(Integer flags)
        Sets the flags.
        Parameters:
        flags - the new flags
      • getDescription

        public String getDescription()
        Gets the description.
        Returns:
        the description
      • setDescription

        public void setDescription​(String description)
        Sets the description.
        Parameters:
        description - the new description
      • getChecksum

        public String getChecksum()
        Gets the checksum.
        Returns:
        the checksum
      • setChecksum

        public void setChecksum​(String checksum)
        Sets the checksum.
        Parameters:
        checksum - the new checksum
      • getAccess

        public Integer getAccess()
        Gets the access.
        Returns:
        the access
      • setAccess

        public void setAccess​(Integer access)
        Sets the access.
        Parameters:
        access - the new access
      • getUniqueName

        public String getUniqueName()
        Gets the unique name.
        Returns:
        the unique name
      • toCreateAttribute

        public org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.CreateAttribute toCreateAttribute()
        To create attribute.
        Returns:
        the creates the attribute
      • toSaveAttributeRequest

        public org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.SaveAttributeRequest toSaveAttributeRequest()
        To save attribute request.
        Returns:
        the save attribute request
      • toCheckinAttributeRequest

        public org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.CheckinAttributeRequest toCheckinAttributeRequest​(String checkinmsg)
        To checkin attribute request.
        Parameters:
        checkinmsg - the checkinmsg
        Returns:
        the checkin attribute request
      • toCheckoutAttributeRequest

        public org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.CheckoutAttributeRequest toCheckoutAttributeRequest()
        To checkout attribute request.
        Returns:
        the checkout attribute request
      • validate

        public void validate()
                      throws Exception
        Validate.
        Throws:
        Exception - the exception
      • getRaw

        public org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.ECLAttribute getRaw()
        Gets the raw.
        Returns:
        the raw