@Entity public class storage_domain_static extends Object implements BusinessEntity<Guid>
Constructor and Description |
---|
storage_domain_static() |
storage_domain_static(Guid id,
String storage,
int storage_domain_type,
String storage_name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
storage_server_connections |
getConnection() |
Guid |
getId()
Returns the unique ID of the business entity.
|
StorageDomainType |
getstorage_domain_type() |
String |
getstorage_name() |
String |
getstorage_pool_name() |
StorageType |
getstorage_type() |
String |
getstorage() |
StorageFormatType |
getStorageFormat() |
int |
hashCode() |
void |
setConnection(storage_server_connections value) |
void |
setId(Guid id)
Sets the unique ID of the business entity
|
void |
setstorage_domain_type(StorageDomainType value) |
void |
setstorage_name(String value) |
void |
setstorage_pool_name(String value) |
void |
setstorage_type(StorageType value) |
void |
setstorage(String value) |
void |
setStorageFormat(StorageFormatType storage_format) |
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 getstorage()
public void setstorage(String value)
public StorageDomainType getstorage_domain_type()
public void setstorage_domain_type(StorageDomainType value)
public String getstorage_pool_name()
public void setstorage_pool_name(String value)
public StorageType getstorage_type()
public void setstorage_type(StorageType value)
public String getstorage_name()
public void setstorage_name(String value)
public storage_server_connections getConnection()
public void setConnection(storage_server_connections value)
public StorageFormatType getStorageFormat()
public void setStorageFormat(StorageFormatType storage_format)
Copyright © 2012. All Rights Reserved.