public static class Site.Attachment extends Site.Source
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CONTENT_TYPE |
static String |
DEFAULT_VERSION |
site| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getContentType() |
String |
getVersion() |
boolean |
hasBeenUpdatedFrom(Date date) |
void |
setComment(String comment) |
void |
setContentType(String contentType) |
void |
setVersion(String version) |
getName, getUri, setName, setUri, toString, validateSourcepublic static final String DEFAULT_CONTENT_TYPE
public static final String DEFAULT_VERSION
public String getContentType()
public void setContentType(String contentType)
public String getComment()
public void setComment(String comment)
public String getVersion()
public void setVersion(String version)
public boolean hasBeenUpdatedFrom(Date date)
Copyright © 2018. All rights reserved.