info.aduna.autofocus.http.webclient.profiles
Class ProfileInfo

java.lang.Object
  extended by info.aduna.autofocus.http.webclient.profiles.ProfileInfo

public class ProfileInfo
extends Object

Author:
Herko ter Horst

Constructor Summary
ProfileInfo()
           
 
Method Summary
static ProfileInfo createFromProfile(ProfileManager profileManager, Profile profile)
           
 String getID()
           
 String getModelUri()
           
 String getName()
           
 Date getNextRefresh()
           
 List<org.openrdf.repository.manager.RepositoryInfo> getSources()
           
 boolean isLoaded()
           
 boolean isRefreshInProgress()
           
 void setID(String id)
           
 void setLoaded(boolean loaded)
           
 void setModelUri(String modelUri)
           
 void setName(String name)
           
 void setNextRefresh(Date nextRefresh)
           
 void setRefreshInProgress(boolean refreshInProgress)
           
 void setSources(List<org.openrdf.repository.manager.RepositoryInfo> sources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileInfo

public ProfileInfo()
Method Detail

getID

public String getID()
Returns:
Returns the iD.

getName

public String getName()
Returns:
Returns the name.

getSources

public List<org.openrdf.repository.manager.RepositoryInfo> getSources()
Returns:
Returns the sources.

isLoaded

public boolean isLoaded()
Returns:
Returns the loaded.

isRefreshInProgress

public boolean isRefreshInProgress()
Returns:
Returns the refreshInProgress.

getNextRefresh

public Date getNextRefresh()
Returns:
Returns the nextRefresh.

setID

public void setID(String id)
Parameters:
id - The iD to set.

setName

public void setName(String name)
Parameters:
name - The name to set.

setSources

public void setSources(List<org.openrdf.repository.manager.RepositoryInfo> sources)
Parameters:
sources - The sources to set.

setLoaded

public void setLoaded(boolean loaded)
Parameters:
loaded - The loaded to set.

setRefreshInProgress

public void setRefreshInProgress(boolean refreshInProgress)
Parameters:
refreshInProgress - The refreshInProgress to set.

setNextRefresh

public void setNextRefresh(Date nextRefresh)
Parameters:
nextRefresh - The nextRefresh to set.

setModelUri

public void setModelUri(String modelUri)

getModelUri

public String getModelUri()
Returns:

createFromProfile

public static ProfileInfo createFromProfile(ProfileManager profileManager,
                                            Profile profile)
                                     throws org.openrdf.repository.RepositoryException
Parameters:
profileManager -
profile -
Returns:
Throws:
org.openrdf.repository.RepositoryException


Copyright © 1997-2008 Aduna. All Rights Reserved.