public class StorageUnitAlternateKeyDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
businessObjectDataVersion |
protected String |
businessObjectDefinitionName |
protected String |
businessObjectFormatFileType |
protected String |
businessObjectFormatUsage |
protected Integer |
businessObjectFormatVersion |
protected String |
namespace |
protected String |
partitionValue |
protected String |
storageName |
protected List<String> |
subPartitionValues |
| Constructor and Description |
|---|
StorageUnitAlternateKeyDto()
Default no-arg constructor
|
StorageUnitAlternateKeyDto(String namespace,
String businessObjectDefinitionName,
String businessObjectFormatUsage,
String businessObjectFormatFileType,
Integer businessObjectFormatVersion,
String partitionValue,
List<String> subPartitionValues,
Integer businessObjectDataVersion,
String storageName)
Fully-initialising value constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Integer |
getBusinessObjectDataVersion()
Gets the value of the businessObjectDataVersion property.
|
String |
getBusinessObjectDefinitionName()
Gets the value of the businessObjectDefinitionName property.
|
String |
getBusinessObjectFormatFileType()
Gets the value of the businessObjectFormatFileType property.
|
String |
getBusinessObjectFormatUsage()
Gets the value of the businessObjectFormatUsage property.
|
Integer |
getBusinessObjectFormatVersion()
Gets the value of the businessObjectFormatVersion property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getPartitionValue()
Gets the value of the partitionValue property.
|
String |
getStorageName()
Gets the value of the storageName property.
|
List<String> |
getSubPartitionValues() |
int |
hashCode() |
void |
setBusinessObjectDataVersion(Integer value)
Sets the value of the businessObjectDataVersion property.
|
void |
setBusinessObjectDefinitionName(String value)
Sets the value of the businessObjectDefinitionName property.
|
void |
setBusinessObjectFormatFileType(String value)
Sets the value of the businessObjectFormatFileType property.
|
void |
setBusinessObjectFormatUsage(String value)
Sets the value of the businessObjectFormatUsage property.
|
void |
setBusinessObjectFormatVersion(Integer value)
Sets the value of the businessObjectFormatVersion property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setPartitionValue(String value)
Sets the value of the partitionValue property.
|
void |
setStorageName(String value)
Sets the value of the storageName property.
|
void |
setSubPartitionValues(List<String> subPartitionValues) |
protected String namespace
protected String businessObjectDefinitionName
protected String businessObjectFormatUsage
protected String businessObjectFormatFileType
protected Integer businessObjectFormatVersion
protected String partitionValue
protected Integer businessObjectDataVersion
protected String storageName
public StorageUnitAlternateKeyDto()
public StorageUnitAlternateKeyDto(String namespace, String businessObjectDefinitionName, String businessObjectFormatUsage, String businessObjectFormatFileType, Integer businessObjectFormatVersion, String partitionValue, List<String> subPartitionValues, Integer businessObjectDataVersion, String storageName)
namespace - the namespace of the business object definitionbusinessObjectDefinitionName - the name of the business object definitionbusinessObjectFormatUsage - the usage of the business object formatbusinessObjectFormatFileType - the file type of the business object formatbusinessObjectFormatVersion - the version of the business object formatpartitionValue - the primary partition valuesubPartitionValues - the list of sub-partition valuesbusinessObjectDataVersion - the version of the business object datastorageName - the name of the storagepublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is Stringpublic String getBusinessObjectDefinitionName()
Stringpublic void setBusinessObjectDefinitionName(String value)
value - allowed object is Stringpublic String getBusinessObjectFormatUsage()
Stringpublic void setBusinessObjectFormatUsage(String value)
value - allowed object is Stringpublic String getBusinessObjectFormatFileType()
Stringpublic void setBusinessObjectFormatFileType(String value)
value - allowed object is Stringpublic Integer getBusinessObjectFormatVersion()
Integerpublic void setBusinessObjectFormatVersion(Integer value)
value - allowed object is Integerpublic String getPartitionValue()
Stringpublic void setPartitionValue(String value)
value - allowed object is Stringpublic Integer getBusinessObjectDataVersion()
Integerpublic void setBusinessObjectDataVersion(Integer value)
value - allowed object is Integerpublic String getStorageName()
Stringpublic void setStorageName(String value)
value - allowed object is StringCopyright © 2017. All rights reserved.