1 16 17 package org.apache.jetspeed.om.profile.psml; 18 19 import org.apache.jetspeed.om.profile.Security; 20 21 29 public class PsmlSecurity implements Security, java.io.Serializable  30 { 31 32 private String id; 33 34 public PsmlSecurity() 35 {} 36 37 43 public String getId() 44 { 45 return id; 46 } 47 48 54 public void setId(String id) 55 { 56 this.id = id; 57 } 58 59 62 public Object clone() 63 throws java.lang.CloneNotSupportedException  64 { 65 return super.clone(); 66 67 } 69 } | Popular Tags |