@Entity public class LUN_storage_server_connection_map extends Object implements Serializable, BusinessEntity<LUN_storage_server_connection_map_id>
Constructor and Description |
---|
LUN_storage_server_connection_map() |
LUN_storage_server_connection_map(String lUN_id,
String storage_server_connection) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
LUN_storage_server_connection_map_id |
getId()
Returns the unique ID of the business entity.
|
String |
getLunId() |
String |
getstorage_server_connection() |
int |
hashCode() |
void |
setId(LUN_storage_server_connection_map_id value)
Sets the unique ID of the business entity
|
void |
setLunId(String value) |
void |
setstorage_server_connection(String value) |
public LUN_storage_server_connection_map_id getId()
BusinessEntity
getId
in interface BusinessEntity<LUN_storage_server_connection_map_id>
public void setId(LUN_storage_server_connection_map_id value)
BusinessEntity
setId
in interface BusinessEntity<LUN_storage_server_connection_map_id>
value
- The unique ID of the business entity.public String getLunId()
public void setLunId(String value)
public String getstorage_server_connection()
public void setstorage_server_connection(String value)
Copyright © 2012. All Rights Reserved.