@Entity public class action_version_map extends Object implements Serializable
Constructor and Description |
---|
action_version_map() |
action_version_map(VdcActionType actionType,
String clusterMinimalVersion,
String storagePoolMinimalVersion) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
VdcActionType |
getaction_type() |
String |
getcluster_minimal_version() |
String |
getstorage_pool_minimal_version() |
int |
hashCode() |
void |
setaction_type(VdcActionType value) |
void |
setcluster_minimal_version(String value) |
void |
setstorage_pool_minimal_version(String value) |
public action_version_map()
public action_version_map(VdcActionType actionType, String clusterMinimalVersion, String storagePoolMinimalVersion)
public VdcActionType getaction_type()
public void setaction_type(VdcActionType value)
public String getcluster_minimal_version()
public void setcluster_minimal_version(String value)
public String getstorage_pool_minimal_version()
public void setstorage_pool_minimal_version(String value)
Copyright © 2012. All Rights Reserved.