@Entity public class storage_pool_iso_map extends Object implements BusinessEntity<StoragePoolIsoMapId>
Constructor and Description |
---|
storage_pool_iso_map() |
storage_pool_iso_map(Guid storage_id,
Guid storage_pool_id,
StorageDomainStatus status) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
StoragePoolIsoMapId |
getId()
Returns the unique ID of the business entity.
|
StorageDomainOwnerType |
getowner() |
StorageDomainStatus |
getstatus() |
Guid |
getstorage_id() |
NGuid |
getstorage_pool_id() |
int |
hashCode() |
void |
setId(StoragePoolIsoMapId id)
Sets the unique ID of the business entity
|
void |
setowner(StorageDomainOwnerType value) |
void |
setstatus(StorageDomainStatus value) |
void |
setstorage_id(Guid value) |
void |
setstorage_pool_id(NGuid value) |
public storage_pool_iso_map()
public storage_pool_iso_map(Guid storage_id, Guid storage_pool_id, StorageDomainStatus status)
public StoragePoolIsoMapId getId()
BusinessEntity
getId
in interface BusinessEntity<StoragePoolIsoMapId>
public void setId(StoragePoolIsoMapId id)
BusinessEntity
setId
in interface BusinessEntity<StoragePoolIsoMapId>
id
- The unique ID of the business entity.public Guid getstorage_id()
public void setstorage_id(Guid value)
public NGuid getstorage_pool_id()
public void setstorage_pool_id(NGuid value)
public StorageDomainStatus getstatus()
public void setstatus(StorageDomainStatus value)
public StorageDomainOwnerType getowner()
public void setowner(StorageDomainOwnerType value)
Copyright © 2012. All Rights Reserved.