public class ECLAttributeWrapper extends Object
| Constructor and Description |
|---|
ECLAttributeWrapper()
Instantiates a new ECL attribute wrapper.
|
ECLAttributeWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.ECLAttribute raw)
Instantiates a new ECL attribute wrapper.
|
ECLAttributeWrapper(String modulename,
String attributename,
String attributetype,
String ecltext)
Instantiates a new ECL attribute wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAccess()
Gets the access.
|
String |
getChecksum()
Gets the checksum.
|
String |
getDescription()
Gets the description.
|
Integer |
getFlags()
Gets the flags.
|
Boolean |
getIsCheckedOut()
Gets the checks if is checked out.
|
Boolean |
getIsLocked()
Gets the checks if is locked.
|
Boolean |
getIsOrphaned()
Gets the checks if is orphaned.
|
Boolean |
getIsSandbox()
Gets the checks if is sandbox.
|
Integer |
getLatestVersion()
Gets the latest version.
|
String |
getLockedBy()
Gets the locked by.
|
String |
getModifiedBy()
Gets the modified by.
|
String |
getModifiedDate()
Gets the modified date.
|
String |
getModuleName()
Gets the module name.
|
String |
getName()
Gets the name.
|
org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.ECLAttribute |
getRaw()
Gets the raw.
|
Integer |
getResultType()
Gets the result type.
|
Integer |
getSandboxVersion()
Gets the sandbox version.
|
String |
getText()
Gets the text.
|
String |
getType()
Gets the type.
|
String |
getUniqueName()
Gets the unique name.
|
Integer |
getVersion()
Gets the version.
|
void |
setAccess(Integer access)
Sets the access.
|
void |
setChecksum(String checksum)
Sets the checksum.
|
void |
setDescription(String description)
Sets the description.
|
void |
setFlags(Integer flags)
Sets the flags.
|
void |
setIsCheckedOut(Boolean isCheckedOut)
Sets the checks if is checked out.
|
void |
setIsLocked(Boolean isLocked)
Sets the checks if is locked.
|
void |
setIsOrphaned(Boolean isOrphaned)
Sets the checks if is orphaned.
|
void |
setIsSandbox(Boolean isSandbox)
Sets the checks if is sandbox.
|
void |
setLatestVersion(Integer latestVersion)
Sets the latest version.
|
void |
setLockedBy(String lockedBy)
Sets the locked by.
|
void |
setModifiedBy(String modifiedBy)
Sets the modified by.
|
void |
setModifiedDate(String modifiedDate)
Sets the modified date.
|
void |
setModuleName(String moduleName)
Sets the module name.
|
void |
setName(String name)
Sets the name.
|
void |
setResultType(Integer resultType)
Sets the result type.
|
void |
setSandboxVersion(Integer sandboxVersion)
Sets the sandbox version.
|
void |
setText(String text)
Sets the text.
|
void |
setType(String type)
Sets the type.
|
void |
setVersion(Integer version)
Sets the version.
|
org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.CheckinAttributeRequest |
toCheckinAttributeRequest(String checkinmsg)
To checkin attribute request.
|
org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.CheckoutAttributeRequest |
toCheckoutAttributeRequest()
To checkout attribute request.
|
org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.CreateAttribute |
toCreateAttribute()
To create attribute.
|
org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.SaveAttributeRequest |
toSaveAttributeRequest()
To save attribute request.
|
String |
toString() |
void |
validate()
Validate.
|
public ECLAttributeWrapper()
public ECLAttributeWrapper(String modulename, String attributename, String attributetype, String ecltext)
modulename - the modulenameattributename - the attributenameattributetype - the attributetypeecltext - the ecltextpublic ECLAttributeWrapper(org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.ECLAttribute raw)
raw - the rawpublic Integer getVersion()
public void setVersion(Integer version)
version - the new versionpublic String getType()
public void setType(String type)
type - the new typepublic String getText()
public void setText(String text)
text - the new textpublic Integer getSandboxVersion()
public void setSandboxVersion(Integer sandboxVersion)
sandboxVersion - the new sandbox versionpublic Integer getResultType()
public void setResultType(Integer resultType)
resultType - the new result typepublic String getName()
public void setName(String name)
name - the new namepublic String getModuleName()
public void setModuleName(String moduleName)
moduleName - the new module namepublic String getModifiedDate()
public void setModifiedDate(String modifiedDate)
modifiedDate - the new modified datepublic String getModifiedBy()
public void setModifiedBy(String modifiedBy)
modifiedBy - the new modified bypublic String getLockedBy()
public void setLockedBy(String lockedBy)
lockedBy - the new locked bypublic Integer getLatestVersion()
public void setLatestVersion(Integer latestVersion)
latestVersion - the new latest versionpublic Boolean getIsSandbox()
public void setIsSandbox(Boolean isSandbox)
isSandbox - the new checks if is sandboxpublic Boolean getIsOrphaned()
public void setIsOrphaned(Boolean isOrphaned)
isOrphaned - the new checks if is orphanedpublic Boolean getIsLocked()
public void setIsLocked(Boolean isLocked)
isLocked - the new checks if is lockedpublic Boolean getIsCheckedOut()
public void setIsCheckedOut(Boolean isCheckedOut)
isCheckedOut - the new checks if is checked outpublic Integer getFlags()
public void setFlags(Integer flags)
flags - the new flagspublic String getDescription()
public void setDescription(String description)
description - the new descriptionpublic String getChecksum()
public void setChecksum(String checksum)
checksum - the new checksumpublic Integer getAccess()
public void setAccess(Integer access)
access - the new accesspublic String getUniqueName()
public org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.CreateAttribute toCreateAttribute()
public org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.SaveAttributeRequest toSaveAttributeRequest()
public org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.CheckinAttributeRequest toCheckinAttributeRequest(String checkinmsg)
checkinmsg - the checkinmsgpublic org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.CheckoutAttributeRequest toCheckoutAttributeRequest()
public org.hpccsystems.ws.client.gen.axis2.wsattributes.v1_21.ECLAttribute getRaw()
Copyright © 2021. All rights reserved.