@Entity public class storage_domain_dynamic extends Object implements BusinessEntity<Guid>
Constructor and Description |
---|
storage_domain_dynamic() |
storage_domain_dynamic(Integer available_disk_size,
Guid id,
Integer used_disk_size) |
Modifier and Type | Method and Description |
---|---|
static storage_domain_dynamic |
copyOf(storage_domain_dynamic domain) |
boolean |
equals(Object obj) |
Integer |
getavailable_disk_size() |
int |
getfreeDiskInGB() |
int |
getfreeDiskPercent() |
Guid |
getId()
Returns the unique ID of the business entity.
|
Integer |
getused_disk_size() |
int |
hashCode() |
void |
setavailable_disk_size(Integer value) |
void |
setId(Guid id)
Sets the unique ID of the business entity
|
void |
setused_disk_size(Integer value) |
public Integer getavailable_disk_size()
public void setavailable_disk_size(Integer 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 Integer getused_disk_size()
public void setused_disk_size(Integer value)
public int getfreeDiskPercent()
public int getfreeDiskInGB()
public static storage_domain_dynamic copyOf(storage_domain_dynamic domain)
Copyright © 2012. All Rights Reserved.