Class ECLAttributeWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.ECLAttributeWrapper
-
public class ECLAttributeWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description ECLAttributeWrapper()Instantiates a new ECL attribute wrapper.ECLAttributeWrapper(String modulename, String attributename, String attributetype, String ecltext)Instantiates a new ECL attribute wrapper.ECLAttributeWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.ECLAttribute raw)Instantiates a new ECL attribute wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAccess()Gets the access.StringgetChecksum()Gets the checksum.StringgetDescription()Gets the description.IntegergetFlags()Gets the flags.BooleangetIsCheckedOut()Gets the checks if is checked out.BooleangetIsLocked()Gets the checks if is locked.BooleangetIsOrphaned()Gets the checks if is orphaned.BooleangetIsSandbox()Gets the checks if is sandbox.IntegergetLatestVersion()Gets the latest version.StringgetLockedBy()Gets the locked by.StringgetModifiedBy()Gets the modified by.StringgetModifiedDate()Gets the modified date.StringgetModuleName()Gets the module name.StringgetName()Gets the name.org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.ECLAttributegetRaw()Gets the raw.IntegergetResultType()Gets the result type.IntegergetSandboxVersion()Gets the sandbox version.StringgetText()Gets the text.StringgetType()Gets the type.StringgetUniqueName()Gets the unique name.IntegergetVersion()Gets the version.voidsetAccess(Integer access)Sets the access.voidsetChecksum(String checksum)Sets the checksum.voidsetDescription(String description)Sets the description.voidsetFlags(Integer flags)Sets the flags.voidsetIsCheckedOut(Boolean isCheckedOut)Sets the checks if is checked out.voidsetIsLocked(Boolean isLocked)Sets the checks if is locked.voidsetIsOrphaned(Boolean isOrphaned)Sets the checks if is orphaned.voidsetIsSandbox(Boolean isSandbox)Sets the checks if is sandbox.voidsetLatestVersion(Integer latestVersion)Sets the latest version.voidsetLockedBy(String lockedBy)Sets the locked by.voidsetModifiedBy(String modifiedBy)Sets the modified by.voidsetModifiedDate(String modifiedDate)Sets the modified date.voidsetModuleName(String moduleName)Sets the module name.voidsetName(String name)Sets the name.voidsetResultType(Integer resultType)Sets the result type.voidsetSandboxVersion(Integer sandboxVersion)Sets the sandbox version.voidsetText(String text)Sets the text.voidsetType(String type)Sets the type.voidsetVersion(Integer version)Sets the version.org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.CheckinAttributeRequesttoCheckinAttributeRequest(String checkinmsg)To checkin attribute request.org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.CheckoutAttributeRequesttoCheckoutAttributeRequest()To checkout attribute request.org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.CreateAttributetoCreateAttribute()To create attribute.org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.SaveAttributeRequesttoSaveAttributeRequest()To save attribute request.StringtoString()voidvalidate()Validate.
-
-
-
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 modulenameattributename- the attributenameattributetype- the attributetypeecltext- 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
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsattributes.latest.ECLAttribute getRaw()
Gets the raw.- Returns:
- the raw
-
-