public class AbstractSysInfoTO extends AbstractBaseBean
| Constructor and Description |
|---|
AbstractSysInfoTO() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreationDate() |
String |
getCreator() |
String |
getETagValue() |
Date |
getLastChangeDate() |
String |
getLastModifier() |
void |
setCreationDate(Date creationDate) |
void |
setCreator(String creator) |
void |
setLastChangeDate(Date lastChangeDate) |
void |
setLastModifier(String lastModifier) |
equals, hashCode, toStringpublic String getCreator()
public void setCreator(String creator)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public String getLastModifier()
public void setLastModifier(String lastModifier)
public Date getLastChangeDate()
public void setLastChangeDate(Date lastChangeDate)
public String getETagValue()
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.