public class StoragePolicyPriorityLevel extends Object
| Constructor and Description |
|---|
StoragePolicyPriorityLevel()
Default no-arg constructor.
|
StoragePolicyPriorityLevel(boolean businessObjectDefinitionIsNull,
boolean usageIsNull,
boolean fileTypeIsNull)
Fully-initialising value constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBusinessObjectDefinitionIsNull() |
boolean |
isFileTypeIsNull() |
boolean |
isUsageIsNull() |
void |
setBusinessObjectDefinitionIsNull(boolean businessObjectDefinitionIsNull) |
void |
setFileTypeIsNull(boolean fileTypeIsNull) |
void |
setUsageIsNull(boolean usageIsNull) |
public StoragePolicyPriorityLevel()
public StoragePolicyPriorityLevel(boolean businessObjectDefinitionIsNull,
boolean usageIsNull,
boolean fileTypeIsNull)
businessObjectDefinitionIsNull - specifies whether or not the storage policy filter does not have a business object definitionusageIsNull - specifies whether or not the storage policy filter does not have a business object format usagefileTypeIsNull - specifies whether or not the storage policy filter does not have a business object format file typepublic boolean isBusinessObjectDefinitionIsNull()
public void setBusinessObjectDefinitionIsNull(boolean businessObjectDefinitionIsNull)
public boolean isUsageIsNull()
public void setUsageIsNull(boolean usageIsNull)
public boolean isFileTypeIsNull()
public void setFileTypeIsNull(boolean fileTypeIsNull)
Copyright © 2017. All rights reserved.