Initial Commit
This commit is contained in:
commit
4b78ccbbd9
8 changed files with 179 additions and 0 deletions
13
src/Resource.java
Normal file
13
src/Resource.java
Normal file
|
@ -0,0 +1,13 @@
|
|||
package hsmw.jotto5.beleg;
|
||||
|
||||
/**
|
||||
* Basisklasse für eine beliebige Ressource.
|
||||
*
|
||||
* Alle spezifischen Ressourcen erben von dieser Klasse.
|
||||
*/
|
||||
public abstract class Resource {
|
||||
|
||||
private String displayName;
|
||||
private String uid; // UID String, ähnlich "CN" in LDAP
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue