All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.store.BimServerInfo Maven / Gradle / Ivy

/**
 * Copyright (C) 2009-2014 BIMserver.org
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 * 
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see .
 */
package org.bimserver.models.store;

import java.util.Date;

import org.bimserver.emf.IdEObject;

/**
 * 
 * A representation of the model object 'Bim Server Info'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.store.BimServerInfo#getCurrentVersion Current Version}
  • *
  • {@link org.bimserver.models.store.BimServerInfo#getCurrentDate Current Date}
  • *
  • {@link org.bimserver.models.store.BimServerInfo#getSchemaVersion Schema Version}
  • *
  • {@link org.bimserver.models.store.BimServerInfo#getLatestDate Latest Date}
  • *
  • {@link org.bimserver.models.store.BimServerInfo#getLatestVersion Latest Version}
  • *
  • {@link org.bimserver.models.store.BimServerInfo#getProjects Projects}
  • *
  • {@link org.bimserver.models.store.BimServerInfo#getRevisions Revisions}
  • *
  • {@link org.bimserver.models.store.BimServerInfo#getUsers Users}
  • *
  • {@link org.bimserver.models.store.BimServerInfo#getCheckouts Checkouts}
  • *
  • {@link org.bimserver.models.store.BimServerInfo#getServerLogUrl Server Log Url}
  • *
  • {@link org.bimserver.models.store.BimServerInfo#getStarted Started}
  • *
* * @see org.bimserver.models.store.StorePackage#getBimServerInfo() * @model * @extends IdEObject * @generated */ public interface BimServerInfo extends IdEObject { /** * Returns the value of the 'Current Version' attribute. * *

* If the meaning of the 'Current Version' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Current Version' attribute. * @see #setCurrentVersion(String) * @see org.bimserver.models.store.StorePackage#getBimServerInfo_CurrentVersion() * @model * @generated */ String getCurrentVersion(); /** * Sets the value of the '{@link org.bimserver.models.store.BimServerInfo#getCurrentVersion Current Version}' attribute. * * * @param value the new value of the 'Current Version' attribute. * @see #getCurrentVersion() * @generated */ void setCurrentVersion(String value); /** * Returns the value of the 'Current Date' attribute. * *

* If the meaning of the 'Current Date' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Current Date' attribute. * @see #setCurrentDate(Date) * @see org.bimserver.models.store.StorePackage#getBimServerInfo_CurrentDate() * @model * @generated */ Date getCurrentDate(); /** * Sets the value of the '{@link org.bimserver.models.store.BimServerInfo#getCurrentDate Current Date}' attribute. * * * @param value the new value of the 'Current Date' attribute. * @see #getCurrentDate() * @generated */ void setCurrentDate(Date value); /** * Returns the value of the 'Schema Version' attribute. * *

* If the meaning of the 'Schema Version' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Schema Version' attribute. * @see #setSchemaVersion(int) * @see org.bimserver.models.store.StorePackage#getBimServerInfo_SchemaVersion() * @model * @generated */ int getSchemaVersion(); /** * Sets the value of the '{@link org.bimserver.models.store.BimServerInfo#getSchemaVersion Schema Version}' attribute. * * * @param value the new value of the 'Schema Version' attribute. * @see #getSchemaVersion() * @generated */ void setSchemaVersion(int value); /** * Returns the value of the 'Latest Date' attribute. * *

* If the meaning of the 'Latest Date' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Latest Date' attribute. * @see #setLatestDate(Date) * @see org.bimserver.models.store.StorePackage#getBimServerInfo_LatestDate() * @model * @generated */ Date getLatestDate(); /** * Sets the value of the '{@link org.bimserver.models.store.BimServerInfo#getLatestDate Latest Date}' attribute. * * * @param value the new value of the 'Latest Date' attribute. * @see #getLatestDate() * @generated */ void setLatestDate(Date value); /** * Returns the value of the 'Latest Version' attribute. * *

* If the meaning of the 'Latest Version' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Latest Version' attribute. * @see #setLatestVersion(String) * @see org.bimserver.models.store.StorePackage#getBimServerInfo_LatestVersion() * @model * @generated */ String getLatestVersion(); /** * Sets the value of the '{@link org.bimserver.models.store.BimServerInfo#getLatestVersion Latest Version}' attribute. * * * @param value the new value of the 'Latest Version' attribute. * @see #getLatestVersion() * @generated */ void setLatestVersion(String value); /** * Returns the value of the 'Projects' attribute. * *

* If the meaning of the 'Projects' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Projects' attribute. * @see #setProjects(int) * @see org.bimserver.models.store.StorePackage#getBimServerInfo_Projects() * @model * @generated */ int getProjects(); /** * Sets the value of the '{@link org.bimserver.models.store.BimServerInfo#getProjects Projects}' attribute. * * * @param value the new value of the 'Projects' attribute. * @see #getProjects() * @generated */ void setProjects(int value); /** * Returns the value of the 'Revisions' attribute. * *

* If the meaning of the 'Revisions' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Revisions' attribute. * @see #setRevisions(int) * @see org.bimserver.models.store.StorePackage#getBimServerInfo_Revisions() * @model * @generated */ int getRevisions(); /** * Sets the value of the '{@link org.bimserver.models.store.BimServerInfo#getRevisions Revisions}' attribute. * * * @param value the new value of the 'Revisions' attribute. * @see #getRevisions() * @generated */ void setRevisions(int value); /** * Returns the value of the 'Users' attribute. * *

* If the meaning of the 'Users' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Users' attribute. * @see #setUsers(int) * @see org.bimserver.models.store.StorePackage#getBimServerInfo_Users() * @model * @generated */ int getUsers(); /** * Sets the value of the '{@link org.bimserver.models.store.BimServerInfo#getUsers Users}' attribute. * * * @param value the new value of the 'Users' attribute. * @see #getUsers() * @generated */ void setUsers(int value); /** * Returns the value of the 'Checkouts' attribute. * *

* If the meaning of the 'Checkouts' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Checkouts' attribute. * @see #setCheckouts(int) * @see org.bimserver.models.store.StorePackage#getBimServerInfo_Checkouts() * @model * @generated */ int getCheckouts(); /** * Sets the value of the '{@link org.bimserver.models.store.BimServerInfo#getCheckouts Checkouts}' attribute. * * * @param value the new value of the 'Checkouts' attribute. * @see #getCheckouts() * @generated */ void setCheckouts(int value); /** * Returns the value of the 'Server Log Url' attribute. * *

* If the meaning of the 'Server Log Url' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Server Log Url' attribute. * @see #setServerLogUrl(String) * @see org.bimserver.models.store.StorePackage#getBimServerInfo_ServerLogUrl() * @model * @generated */ String getServerLogUrl(); /** * Sets the value of the '{@link org.bimserver.models.store.BimServerInfo#getServerLogUrl Server Log Url}' attribute. * * * @param value the new value of the 'Server Log Url' attribute. * @see #getServerLogUrl() * @generated */ void setServerLogUrl(String value); /** * Returns the value of the 'Started' attribute. * *

* If the meaning of the 'Started' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Started' attribute. * @see #setStarted(Date) * @see org.bimserver.models.store.StorePackage#getBimServerInfo_Started() * @model * @generated */ Date getStarted(); /** * Sets the value of the '{@link org.bimserver.models.store.BimServerInfo#getStarted Started}' attribute. * * * @param value the new value of the 'Started' attribute. * @see #getStarted() * @generated */ void setStarted(Date value); } // BimServerInfo




© 2015 - 2024 Weber Informatics LLC | Privacy Policy