info.aduna.autofocus.http.webclient.profiles
Class ProfileInfo
java.lang.Object
info.aduna.autofocus.http.webclient.profiles.ProfileInfo
public class ProfileInfo
- extends Object
- Author:
- Herko ter Horst
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileInfo
public ProfileInfo()
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.