Package org.jets3t.service.model
Class StorageOwner
- java.lang.Object
-
- org.jets3t.service.model.StorageOwner
-
-
Constructor Summary
Constructors Constructor Description StorageOwner()
StorageOwner(String id, String displayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getId()
void
setDisplayName(String name)
void
setId(String id)
String
toString()
-