Package org.vrspace.server.obj
Class Content
- java.lang.Object
-
- org.vrspace.server.obj.Entity
-
- org.vrspace.server.obj.Content
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getContentType()
String
getFileName()
long
getLength()
int
hashCode()
void
setContentType(String contentType)
void
setFileName(String fileName)
void
setLength(long length)
String
toString()
-