public class WSFolder extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
WSFolder() |
Modifier and Type | Method and Description |
---|---|
void |
addExtendedAttribute(WSAttribute att) |
WSAttribute |
attribute(String name) |
static WSFolder |
fromFolder(Folder folder) |
String |
getCreation() |
String |
getCreator() |
String |
getDescription() |
WSAttribute[] |
getExtendedAttributes() |
long |
getId() |
String |
getLastModified() |
String |
getName() |
long |
getParentId() |
Long |
getTemplateId() |
int |
getType() |
Collection<String> |
listAttributeNames() |
void |
setCreation(String creation) |
void |
setCreator(String creator) |
void |
setDescription(String description) |
void |
setExtendedAttributes(WSAttribute[] extendedAttributes) |
void |
setId(long id) |
void |
setLastModified(String lastModified) |
void |
setName(String name) |
void |
setParentId(long parentId) |
void |
setTemplateId(Long templateId) |
void |
setType(int type) |
void |
updateExtendedAttributes(Folder folder) |
public void addExtendedAttribute(WSAttribute att)
public Collection<String> listAttributeNames()
public WSAttribute attribute(String name)
public void updateExtendedAttributes(Folder folder)
public long getId()
public void setId(long id)
public String getName()
public void setName(String name)
public long getParentId()
public void setParentId(long parentId)
public String getDescription()
public void setDescription(String description)
public String getLastModified()
public void setLastModified(String lastModified)
public int getType()
public void setType(int type)
public Long getTemplateId()
public void setTemplateId(Long templateId)
public WSAttribute[] getExtendedAttributes()
public void setExtendedAttributes(WSAttribute[] extendedAttributes)
public String getCreation()
public void setCreation(String creation)
public String getCreator()
public void setCreator(String creator)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.