Package org.onehippo.repository.campaign
Class VersionLabel
- java.lang.Object
-
- org.onehippo.repository.campaign.VersionLabel
-
public class VersionLabel extends Object
-
-
Constructor Summary
Constructors Constructor Description VersionLabel()
VersionLabel(String uuid)
VersionLabel(String uuid, String versionLabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getUuid()
String
getVersionLabel()
int
hashCode()
void
setUuid(String uuid)
void
setVersionLabel(String versionLabel)
-