Example #1
0
 public VaultObject(String pluginName)
 {
     this.pluginName = pluginName;
     this.id = -1;
     this.objectName = GetType().ToString();
     this.passport = null;
 }
Example #2
0
 public void setPassport(Passport passport)
 {
     this.passport = passport;
 }