1 16 17 package org.apache.jetspeed.om.profile; 18 19 import org.apache.jetspeed.om.SecurityReference; 21 22 23 32 public interface Entry extends IdentityElement 33 { 34 35 36 public String getParent(); 37 38 43 public void setParent( String parent ); 44 45 48 public SecurityReference getSecurityRef(); 49 50 53 public void setSecurityRef(SecurityReference securityRef); 54 55 } | Popular Tags |