Package com.im.df.impl.db.sprovider
Class SchemaTransferObject
- java.lang.Object
-
- com.im.df.impl.db.sprovider.SchemaTransferObject
-
@NotThreadSafe public class SchemaTransferObject extends Object
Object designing schema to which some users may be connected.
-
-
Constructor Summary
Constructors Constructor Description SchemaTransferObject(com.im.df.api.SchemaType type, String id, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addUser(String username)
String
getId()
String
getName()
com.im.df.api.SchemaType
getType()
Collection<? extends String>
getUserNames()
-
-
-
Method Detail
-
getType
public com.im.df.api.SchemaType getType()
-
getId
public String getId()
-
getName
public String getName()
-
getUserNames
public Collection<? extends String> getUserNames()
-
addUser
public void addUser(String username)
-
-