Package com.insacosa.canonicalmodel.publishedlanguage

Examples of com.insacosa.canonicalmodel.publishedlanguage.AggregateId


import com.insacosa.canonicalmodel.publishedlanguage.AggregateId;

public class SystemUser {  
 
  public AggregateId getDomainUserId(){               
  return new AggregateId("1");//TODO introduce security integration       
  }
View Full Code Here

TOP

Related Classes of com.insacosa.canonicalmodel.publishedlanguage.AggregateId

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.