public class GWTVersion extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
GWTVersion() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getComment() |
Date |
getCreated() |
String |
getName() |
long |
getSize() |
GWTUser |
getUser() |
boolean |
isActual() |
void |
setActual(boolean actual) |
void |
setAuthor(String author) |
void |
setComment(String comment) |
void |
setCreated(Date created) |
void |
setName(String name) |
void |
setSize(long size) |
void |
setUser(GWTUser user) |
String |
toString() |
public String getComment()
public void setComment(String comment)
comment
- The comment to set.public String getName()
public void setName(String name)
public Date getCreated()
public void setCreated(Date created)
public long getSize()
public void setSize(long size)
public String getAuthor()
public void setAuthor(String author)
public boolean isActual()
public void setActual(boolean actual)
public GWTUser getUser()
public void setUser(GWTUser user)
Copyright © 2016. All rights reserved.