Package bbd.jportal2
Class View
- java.lang.Object
-
- bbd.jportal2.View
-
- All Implemented Interfaces:
Serializable
public class View extends Object implements Serializable
Views of table- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description View()Constructs the view with proper defaults
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector<String>getAliases()Vector<String>getLines()StringgetName()Vector<String>getUsers()booleanhasAlias(String s)Checks if view has aliasbooleanhasUser(String s)Checks if view has uservoidreader(DataInputStream ids)StringtoString()voidwriter(DataOutputStream ods)
-
-
-
Method Detail
-
getName
public String getName()
-
reader
public void reader(DataInputStream ids) throws IOException
- Throws:
IOException
-
writer
public void writer(DataOutputStream ods) throws IOException
- Throws:
IOException
-
hasAlias
public boolean hasAlias(String s)
Checks if view has alias
-
hasUser
public boolean hasUser(String s)
Checks if view has user
-
-