org.mevenide.idea.psi.project
Class PsiOrganization

java.lang.Object
  extended by org.mevenide.idea.psi.support.AbstractPsiObject
      extended by org.mevenide.idea.psi.support.AbstractPsiPropertyObservable<PsiNamedPropertyChangeListener>
          extended by org.mevenide.idea.psi.support.AbstractPsiNamedPropertyObservable
              extended by org.mevenide.idea.psi.project.PsiOrganization
All Implemented Interfaces:
com.jgoodies.binding.beans.Observable, PropertyObservable

public class PsiOrganization
extends AbstractPsiNamedPropertyObservable

Author:
Arik

Field Summary
 
Fields inherited from class org.mevenide.idea.psi.support.AbstractPsiPropertyObservable
psi
 
Fields inherited from class org.mevenide.idea.psi.support.AbstractPsiObject
xmlFile
 
Constructor Summary
PsiOrganization(com.intellij.psi.xml.XmlFile pXmlFile)
           
 
Method Summary
 String getLogoUri()
           
 String getName()
           
 String getUrl()
           
 void setLogoUri(String pValue)
           
 void setName(String pValue)
           
 void setUrl(String pValue)
           
 
Methods inherited from class org.mevenide.idea.psi.support.AbstractPsiNamedPropertyObservable
registerTag
 
Methods inherited from class org.mevenide.idea.psi.support.AbstractPsiPropertyObservable
addPropertyChangeListener, addPropertyChangeListener, getValue, removePropertyChangeListener, removePropertyChangeListener, setValue
 
Methods inherited from class org.mevenide.idea.psi.support.AbstractPsiObject
getXmlFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PsiOrganization

public PsiOrganization(com.intellij.psi.xml.XmlFile pXmlFile)
Method Detail

getName

public final String getName()

setName

public void setName(String pValue)
             throws com.intellij.util.IncorrectOperationException
Throws:
com.intellij.util.IncorrectOperationException

getUrl

public final String getUrl()

setUrl

public void setUrl(String pValue)
            throws com.intellij.util.IncorrectOperationException
Throws:
com.intellij.util.IncorrectOperationException

getLogoUri

public final String getLogoUri()

setLogoUri

public void setLogoUri(String pValue)
                throws com.intellij.util.IncorrectOperationException
Throws:
com.intellij.util.IncorrectOperationException


Copyright © 2005 The Codehaus. All Rights Reserved.