org.sakaiproject.entitybroker.providers.model
Class Owner

java.lang.Object
  extended by org.sakaiproject.entitybroker.providers.model.Owner

public class Owner
extends Object

Represents an owner of something

Author:
Aaron Zeckoski (azeckoski @ gmail.com)

Constructor Summary
Owner(String userId, String displayName)
           
 
Method Summary
 String getUserDisplayName()
           
 String getUserEntityURL()
           
 String getUserId()
           
 void setUserDisplayName(String userDisplayName)
           
 void setUserEntityURL(String userEntityURL)
           
 void setUserId(String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Owner

public Owner(String userId,
             String displayName)
Method Detail

getUserId

public String getUserId()

setUserId

public void setUserId(String userId)

getUserDisplayName

public String getUserDisplayName()

setUserDisplayName

public void setUserDisplayName(String userDisplayName)

getUserEntityURL

public String getUserEntityURL()

setUserEntityURL

public void setUserEntityURL(String userEntityURL)


Copyright © 2007-2012 Sakai Project. All Rights Reserved.