@Entity public class ComponentSetBo extends Object implements Serializable
Constructor and Description |
---|
ComponentSetBo() |
Modifier and Type | Method and Description |
---|---|
String |
getChecksum() |
String |
getComponentSetId() |
Timestamp |
getLastUpdateTimestamp() |
Long |
getVersionNumber() |
void |
setChecksum(String checksum) |
void |
setComponentSetId(String componentSetId) |
void |
setLastUpdateTimestamp(Timestamp lastUpdateTimestamp) |
void |
setVersionNumber(Long versionNumber) |
public ComponentSetBo()
public String getComponentSetId()
public void setComponentSetId(String componentSetId)
public Timestamp getLastUpdateTimestamp()
public void setLastUpdateTimestamp(Timestamp lastUpdateTimestamp)
public String getChecksum()
public void setChecksum(String checksum)
public Long getVersionNumber()
public void setVersionNumber(Long versionNumber)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.