@Entity public class storage_pool extends IVdcQueryable implements INotifyPropertyChanged, BusinessEntity<Guid>
Constructor and Description |
---|
storage_pool() |
storage_pool(String description,
Guid id,
String name,
int storage_pool_type,
int status) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ArrayList<String> |
getChangeablePropertiesList() |
Version |
getcompatibility_version() |
String |
getdescription() |
Guid |
getId()
Returns the unique ID of the business entity.
|
String |
getLVER() |
int |
getmaster_domain_version() |
String |
getname() |
Object |
getQueryableId() |
RecoveryMode |
getrecovery_mode() |
NGuid |
getspm_vds_id() |
StoragePoolStatus |
getstatus() |
StorageType |
getstorage_pool_type() |
StorageFormatType |
getStoragePoolFormatType() |
int |
hashCode() |
void |
setcompatibility_version(Version value) |
void |
setdescription(String value) |
void |
setId(Guid id)
Sets the unique ID of the business entity
|
void |
setLVER(String value) |
void |
setmaster_domain_version(int value) |
void |
setname(String value) |
void |
setrecovery_mode(RecoveryMode value) |
void |
setspm_vds_id(NGuid value) |
void |
setstatus(StoragePoolStatus value) |
void |
setstorage_pool_type(StorageType value) |
void |
setStoragePoolFormatType(StorageFormatType value) |
public String getdescription()
public void setdescription(String value)
public Guid getId()
BusinessEntity
getId
in interface BusinessEntity<Guid>
public void setId(Guid id)
BusinessEntity
setId
in interface BusinessEntity<Guid>
id
- The unique ID of the business entity.public String getname()
public void setname(String value)
public StorageType getstorage_pool_type()
public void setstorage_pool_type(StorageType value)
public StorageFormatType getStoragePoolFormatType()
public void setStoragePoolFormatType(StorageFormatType value)
public StoragePoolStatus getstatus()
public void setstatus(StoragePoolStatus value)
public int getmaster_domain_version()
public void setmaster_domain_version(int value)
public Version getcompatibility_version()
public void setcompatibility_version(Version value)
public Object getQueryableId()
getQueryableId
in class IVdcQueryable
public ArrayList<String> getChangeablePropertiesList()
getChangeablePropertiesList
in class IVdcQueryable
public String getLVER()
public void setLVER(String value)
public RecoveryMode getrecovery_mode()
public void setrecovery_mode(RecoveryMode value)
public NGuid getspm_vds_id()
public void setspm_vds_id(NGuid value)
Copyright © 2012. All Rights Reserved.