public class StorageDetailModel extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TAG_OBJECT_GROUP_STRATEGY |
static String |
TAG_OBJECT_STRATEGY |
static String |
TAG_UNIT_STRATEGY |
Constructor and Description |
---|
StorageDetailModel() |
Modifier and Type | Method and Description |
---|---|
String |
getObjectGroupStrategy() |
String |
getObjectStrategy() |
String |
getUnitStrategy() |
StorageDetailModel |
setObjectGroupStrategy(String objectGroupStrategy) |
StorageDetailModel |
setObjectStrategy(String objectStrategy) |
StorageDetailModel |
setUnitStrategy(String unitStrategy) |
public static final String TAG_UNIT_STRATEGY
public static final String TAG_OBJECT_GROUP_STRATEGY
public static final String TAG_OBJECT_STRATEGY
public String getUnitStrategy()
public StorageDetailModel setUnitStrategy(String unitStrategy)
public String getObjectGroupStrategy()
public StorageDetailModel setObjectGroupStrategy(String objectGroupStrategy)
public String getObjectStrategy()
public StorageDetailModel setObjectStrategy(String objectStrategy)
Copyright © 2019 Vitam. All rights reserved.