@Entity public class image_vm_map extends Object implements BusinessEntity<image_vm_map_id>
Constructor and Description |
---|
image_vm_map() |
image_vm_map(Boolean active,
Guid image_id,
Guid vm_id) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Boolean |
getactive() |
image_vm_map_id |
getId()
Returns the unique ID of the business entity.
|
Guid |
getimage_id() |
Guid |
getvm_id() |
int |
hashCode() |
void |
setactive(Boolean value) |
void |
setId(image_vm_map_id id)
Sets the unique ID of the business entity
|
void |
setimage_id(Guid value) |
void |
setvm_id(Guid value) |
public Boolean getactive()
public void setactive(Boolean value)
public Guid getimage_id()
public void setimage_id(Guid value)
public Guid getvm_id()
public void setvm_id(Guid value)
public image_vm_map_id getId()
BusinessEntity
getId
in interface BusinessEntity<image_vm_map_id>
public void setId(image_vm_map_id id)
BusinessEntity
setId
in interface BusinessEntity<image_vm_map_id>
id
- the id to setCopyright © 2012. All Rights Reserved.