Package dw.xmlrpc
Class MediaChange
- java.lang.Object
-
- dw.xmlrpc.MediaChange
-
public class MediaChange extends java.lang.ObjectDescribes a revision of a media
-
-
Constructor Summary
Constructors Constructor Description MediaChange(java.lang.String id, java.util.Date lastModified, java.lang.String author, java.lang.Integer version, java.lang.Integer perms, java.lang.Integer size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringauthor()Author of this modification of the mediajava.lang.Stringid()Id of the media (namespace + name)java.util.DatelastModified()Date of this modification of the mediajava.lang.Integerperms()Permissions of the filejava.lang.Integersize()Size of the file in bytesjava.lang.StringtoString()java.lang.Integerversion()Version of the revision as a timestamp.
-
-
-
Method Detail
-
id
public java.lang.String id()
Id of the media (namespace + name)
-
lastModified
public java.util.Date lastModified()
Date of this modification of the media
-
author
public java.lang.String author()
Author of this modification of the media
-
version
public java.lang.Integer version()
Version of the revision as a timestamp. Should correspond tolastModified()
-
perms
public java.lang.Integer perms()
Permissions of the file
-
size
public java.lang.Integer size()
Size of the file in bytes
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-