cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects
Class BoxAbstractFileImpl
java.lang.Object
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxAbstractFileImpl
- All Implemented Interfaces:
- BoxAbstractFile
public class BoxAbstractFileImpl
- extends java.lang.Object
- implements BoxAbstractFile
- Author:
- Jimmy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BoxAbstractFileImpl
public BoxAbstractFileImpl()
getId
public java.lang.String getId()
- Specified by:
getId
in interface BoxAbstractFile
- Returns:
- the id
setId
public void setId(java.lang.String id)
- Specified by:
setId
in interface BoxAbstractFile
- Parameters:
id
- the id to set
getName
public java.lang.String getName()
- Specified by:
getName
in interface BoxAbstractFile
- Returns:
- the name
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface BoxAbstractFile
- Parameters:
name
- the name to set
getKeyword
public java.lang.String getKeyword()
- Specified by:
getKeyword
in interface BoxAbstractFile
- Returns:
- the keyword
setKeyword
public void setKeyword(java.lang.String keyword)
- Specified by:
setKeyword
in interface BoxAbstractFile
- Parameters:
keyword
- the keyword to set
isShared
public boolean isShared()
- Specified by:
isShared
in interface BoxAbstractFile
- Returns:
- the shared
setShared
public void setShared(boolean shared)
- Specified by:
setShared
in interface BoxAbstractFile
- Parameters:
shared
- the shared to set
getSize
public long getSize()
- Specified by:
getSize
in interface BoxAbstractFile
- Returns:
- the size
setSize
public void setSize(long size)
- Specified by:
setSize
in interface BoxAbstractFile
- Parameters:
size
- the size to set
isFolder
public boolean isFolder()
- Specified by:
isFolder
in interface BoxAbstractFile
- Returns:
- the isFolder
setFolder
public void setFolder(boolean isFolder)
- Specified by:
setFolder
in interface BoxAbstractFile
- Parameters:
isFolder
- the isFolder to set
getCreated
public long getCreated()
- Specified by:
getCreated
in interface BoxAbstractFile
- Returns:
- the created
setCreated
public void setCreated(long created)
- Specified by:
setCreated
in interface BoxAbstractFile
- Parameters:
created
- the created to set
getUpdated
public long getUpdated()
- Specified by:
getUpdated
in interface BoxAbstractFile
- Returns:
- the updated
setUpdated
public void setUpdated(long updated)
- Specified by:
setUpdated
in interface BoxAbstractFile
- Parameters:
updated
- the updated to set
getTags
public java.util.List getTags()
- Specified by:
getTags
in interface BoxAbstractFile
- Returns:
- the tags
setTags
public void setTags(java.util.List tags)
- Specified by:
setTags
in interface BoxAbstractFile
- Parameters:
tags
- the tags to set
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- Returns:
- string.