CS-9919: Support for Nexus Swiches (Cisco Vswitches)

Description:

	Fixing failure to load ClusterVSMMapDao by
	putting in a constructor that takes no
	arguments, inClusterVSMMapVO.
This commit is contained in:
Vijayendra Bhamidipati 2012-05-03 14:03:10 -07:00
parent 1198a62453
commit 414435c7f3

View File

@ -35,6 +35,10 @@ public class ClusterVSMMapVO {
this.clusterId = clusterId;
this.vsmId = vsmId;
}
public ClusterVSMMapVO() {
// Do nothing.
}
public long getClusterId() {
return clusterId;